diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6073c05..3d2165d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -26,7 +26,7 @@ bind r source-file ~/.tmux.conf \; display "Reloaded tmux.conf!" set -sg escape-time 1 # Increase scrollback buffer size -set -g history-limit 32768 +set -g history-limit 131072 # don't rename windows automatically set-option -g allow-rename off