feat tmux: enable mouse support

This commit is contained in:
Yuan Chiu 2025-06-01 13:50:48 +08:00
parent b5d17051cd
commit 9045a87e7a
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -1,3 +1,8 @@
# Tmux Basic Configure
set -g mouse on
set -g mode-keys vi
# == TPM Configure ============================================================
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
@ -10,3 +15,5 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'
# == Plugin Configure =========================================================