decrease tmux history-limit options, cos its starts to lag

This commit is contained in:
thek4n 2024-06-13 10:34:10 +03:00
parent 9db5874ec9
commit 591745a472

View File

@ -20,7 +20,7 @@ set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows off
set -g history-limit 100000
set -g history-limit 10000
setw -g aggressive-resize on