From f2653eaa54dff748638588b215647fd2648ed305 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 18 Nov 2025 11:41:32 -0500 Subject: [PATCH] disable mouse support --- dot_config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index c43f04e..2732dfd 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -1,6 +1,6 @@ # vim keybindings in copy mode -set-option -g mouse on -setw -g mode-keys vi +set-window-option -g mode-keys vi +# set-option -g mouse on # set-option -s set-clipboard off bind P paste-buffer bind-key -T copy-mode-vi v send-keys -X begin-selection