diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-05-18 10:51:58 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-05-18 10:51:58 -0600 |
commit | c29912889bec1e640db30e2e8e8500f5150ba157 (patch) | |
tree | 46d66cbc6979da166e402c49bbd000bd6b7d8303 /tmux.config | |
parent | dbd80e8b5fbd0947c2064f8094a266ba83587dec (diff) |
Higher scrollback
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |