feat tmux: enable mouse support

This commit is contained in:
2025-06-01 13:50:48 +08:00
parent b5d17051cd
commit 9045a87e7a

View File

@@ -1,3 +1,8 @@
# Tmux Basic Configure
set -g mouse on
set -g mode-keys vi
# == TPM Configure ============================================================
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
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)
run '~/.tmux/plugins/tpm/tpm'
# == Plugin Configure =========================================================