diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1b582c4..0ec0653 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -28,6 +28,9 @@ bind p previous-window # shorten command delay set -sg escape-time 1 +# Increase scrollback buffer size +set -g history-limit 8192 + # don't rename windows automatically set-option -g allow-rename off