tmux: Increase history limit

This commit is contained in:
Sanchayan Maity 2022-05-25 16:21:46 +05:30
parent 664db0f770
commit 24bacf5d87

View file

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