From a739f6d30cf85f458b3601d72c442e566d4f29ef Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 9 Feb 2021 15:40:19 +0100 Subject: tmux: enable mouse support --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e60d09b..1fc7f0c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,5 +1,6 @@ set -s escape-time 0 set -g default-terminal "screen-256color" +set -g mouse on if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on" set-hook -g window-linked 'if -F "#{==:#{session_windows},1}" "set -g status off" "set -g status on"' -- cgit v1.2.3