From 591745a4726da6bc030a5a851529e8cf992ccb2a Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 13 Jun 2024 10:34:10 +0300 Subject: [PATCH] decrease tmux history-limit options, cos its starts to lag --- home/user/.config/tmux/options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index d98ca44..c59803a 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -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