summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf4
1 files changed, 4 insertions, 0 deletions
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}"