From 26465bcd3ee2aa55a184d74778b65703d94a603d Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Fri, 6 Dec 2019 11:26:03 +0000 Subject: TMUX: turn off mouse support, and use xterm's termcap for scrolling Signed-off-by: Mike Beattie --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 638c017..9ace2c5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,10 @@ set -g default-terminal "tmux-256color" # Enable mouse support set -g mouse on +# Enable scrolling with the mouse using termcap +set -g terminal-overrides 'xterm*:smcup@:rmcup@' +set -g mouse off + # Window titles. set -g set-titles on set -g set-titles-string "[ #H.#S.#I ] [ #W ] [ #T ] #{session_alerts}" -- cgit v1.2.3