update tmux history limit

This commit is contained in:
2025-04-22 11:14:02 -05:00
parent 7d4c4ae332
commit e72ece36b1

View File

@@ -39,7 +39,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 -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -g history-limit 15000 set -g history-limit 55000
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