increase tmux scrollback buffer size to 10000
This commit is contained in:
parent
d78351f925
commit
01004f2932
|
@ -1,5 +1,5 @@
|
|||
# GENERAL SETTINGS
|
||||
set -g history-limit 5000
|
||||
set -g history-limit 10000
|
||||
set -g buffer-limit 20
|
||||
set -sg escape-time 0
|
||||
set -g display-time 1500
|
||||
|
|
Loading…
Reference in New Issue