From: martin f. krafft Date: Thu, 22 Dec 2022 08:29:24 +0000 (+0100) Subject: disable mouse by default X-Git-Url: https://git.madduck.net/etc/tmux.git/commitdiff_plain/9031b81462561d356b270e24fb49c6405a7a29e7 disable mouse by default --- 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