diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2798668..473437a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,7 +29,7 @@ bind p previous-window set -sg escape-time 1 # Increase scrollback buffer size -set -g history-limit 8192 +set -g history-limit 32768 # don't rename windows automatically set-option -g allow-rename off