From c29912889bec1e640db30e2e8e8500f5150ba157 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 18 May 2017 10:51:58 -0600 Subject: Higher scrollback --- tmux.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.config b/tmux.config index 1cfc59c..94dc931 100644 --- a/tmux.config +++ b/tmux.config @@ -54,6 +54,8 @@ set-window-option -g aggressive-resize # Use base 1 numbering, 0 base is a big stretch set -g base-index 1 setw -g pane-base-index 1 +# Increase the history +set -g history-limit 20000 ##################################### # Colors -- cgit v1.2.3