From 4e20f3f11bce197cd81f3267353dba49067c86b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Feb 2012 10:24:35 +1300 Subject: Use sane scrolling for tmux. PgUp/PgDown --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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@' + -- cgit v1.2.3