tmux: Increase history limit
This commit is contained in:
parent
664db0f770
commit
24bacf5d87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue