Update tmux history limit

This commit is contained in:
Proctor
2022-09-22 08:35:02 -05:00
parent 2d1d92d8a9
commit 86ce07739a

View File

@@ -34,7 +34,7 @@ setw -g mouse off
# set -g default-terminal "xterm-256:color" # set -g default-terminal "xterm-256:color"
# set -g default-terminal "${TERM}" # set -g default-terminal "${TERM}"
set -s default-terminal "tmux-256color" set -s default-terminal "tmux-256color"
set -g history-limit 6000 set -g history-limit 10000
set -g window-status-style dim set -g window-status-style dim
set -g window-status-current-style bright set -g window-status-current-style bright