aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 00a727a5..69266f06 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -88,3 +88,6 @@ set -g status-right '[#H] #(date +"%F %T")'
# Fix freezing issue.
set -g set-titles off
+# Sane scrolling.
+set -g terminal-overrides 'xterm*:smcup@:rmcup@'
+