From af383ef2fd29bf90ac5fbfba7e3373299eaaa1a9 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 25 Sep 2020 13:43:40 -0600 Subject: [PATCH] Disable mouse mode --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a0d299e..17489a8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,3 +16,7 @@ setw -gq utf8 on # show battery life set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=black]%d %b %R" + +# disable mouse-mode +set -g mode-mouse off +set -g mouse off