From e72ece36b13ff428859590fed3e4555d695b3b1f Mon Sep 17 00:00:00 2001 From: Proctor Date: Tue, 22 Apr 2025 11:14:02 -0500 Subject: [PATCH] update tmux history limit --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index c55870c..0220fad 100644 --- a/tmux.conf +++ b/tmux.conf @@ -39,7 +39,7 @@ setw -g mouse off # set -g default-terminal "xterm-256:color" # set -g default-terminal "${TERM}" 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-current-style bright