diff options
-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 |