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