From c441106885b91352eec2adbe2a92027cb46635ba Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Mon, 6 May 2024 12:22:33 +0200 Subject: [PATCH] added backwards compatibility for mouse option through writing mouse-mode instead of mouse --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 4b5fff0..5e860f0 100755 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,7 +3,7 @@ set -g default-terminal xterm-256color set -ga terminal-overrides ",*256col*:Tc" -set -g mouse on +set -g mouse-mode on bind r source-file ~/.tmux.conf \; display ​"Configuration Reloaded!" set -s escape-time 0 setw -g aggressive-resize on