tmux: Increase history limit

This commit is contained in:
Sanchayan Maity 2022-05-25 16:21:46 +05:30
parent 664db0f770
commit 24bacf5d87
1 changed files with 1 additions and 1 deletions

View File

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