aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-29 10:24:35 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-29 10:24:35 +1300
commit4e20f3f11bce197cd81f3267353dba49067c86b2 (patch)
tree71f5262f7987c9911fe9eb1b2d1eacaee3ff6760 /tmux
parentAlways report substitution line count. (diff)
downloaddotfiles-4e20f3f11bce197cd81f3267353dba49067c86b2.tar.gz
dotfiles-4e20f3f11bce197cd81f3267353dba49067c86b2.zip
Use sane scrolling for tmux. PgUp/PgDown
Diffstat (limited to 'tmux')
-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@'
+