From 838ccd582ddb74066e547133914a4ff5912ae85b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 21 Nov 2017 11:26:30 +0800 Subject: tmux: Increase scrollback history to 10000 lines --- _tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tmux.conf b/_tmux.conf index 90d8099..3a5fb07 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -59,7 +59,7 @@ setw -g mode-keys vi set -sg escape-time 0 # Increase the scrollback history limit -set -g history-limit 1000 +set -g history-limit 10000 # Lock after 15 minutes #set -g lock-after-time 1800 -- cgit v1.2.2