tmux: Increase history limit size

This commit is contained in:
Sanchayan Maity 2022-03-11 12:33:10 +05:30
parent ad6919d837
commit 050b56e901

View file

@ -29,7 +29,7 @@ bind p previous-window
set -sg escape-time 1 set -sg escape-time 1
# Increase scrollback buffer size # Increase scrollback buffer size
set -g history-limit 8192 set -g history-limit 32768
# don't rename windows automatically # don't rename windows automatically
set-option -g allow-rename off set-option -g allow-rename off