From 7d46051996af4aaae99d14f1a20ddbbc1f393416 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 9 Mar 2018 16:08:53 +0100 Subject: [PATCH] tmux: scroll back with S-up --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index b74c010..1c2bf9d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -87,6 +87,9 @@ set -g status-left '#[fg=red]#H#[fg=green]:#[fg=white]#S #[fg=green]][#[default] # set -g status-right '#[fg=green]][#[fg=white] #T #[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]' set -g status-right '#[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]' +#Scroll up +bind -n S-Pageup copy-mode -u + # Scroll History set -g history-limit 30000