From 86ce07739ac8549e26426270724179d2d9de7b66 Mon Sep 17 00:00:00 2001 From: Proctor Date: Thu, 22 Sep 2022 08:35: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 195641e..0aa4086 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,7 +34,7 @@ setw -g mouse off # set -g default-terminal "xterm-256:color" # set -g default-terminal "${TERM}" 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-current-style bright