mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
tmux: reduce history size to 1e4
This commit is contained in:
parent
5563b3434f
commit
e9ad8a563d
|
@ -23,7 +23,7 @@ set-option -g display-panes-colour colour166 #orange
|
|||
# clock
|
||||
set-window-option -g clock-mode-colour green #green
|
||||
|
||||
set -g history-limit 100000
|
||||
set -g history-limit 10000
|
||||
set -g status-interval 1
|
||||
set -g status-justify centre # center align window list
|
||||
set -g status-left-length 20
|
||||
|
|
Loading…
Reference in New Issue
Block a user