diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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}" |