tmux: Increase history limit size

This commit is contained in:
Sanchayan Maity 2022-03-11 12:33:10 +05:30
parent ad6919d837
commit 050b56e901
1 changed files with 1 additions and 1 deletions

View File

@ -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