From 9031b81462561d356b270e24fb49c6405a7a29e7 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 Dec 2022 09:29:24 +0100 Subject: [PATCH] disable mouse by default --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a6a0419..73a51e9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,7 +9,7 @@ bind-key 0 select-window -t :=10 set-option -g status-bg black set-option -g status-fg white -set-option -g mouse on +# set-option -g mouse on set-option -g aggressive-resize on -- 2.39.2