From 9045a87e7a49d5a37778740acea62247160f563d Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 1 Jun 2025 13:50:48 +0800 Subject: [PATCH] feat tmux: enable mouse support --- dot_tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_tmux.conf b/dot_tmux.conf index 1b9949b..0bcf9ff 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -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 =========================================================