From b580f52a164df007c96f24cb66278e2964a83d7a Mon Sep 17 00:00:00 2001 From: Proctor Date: Thu, 6 Oct 2022 16:00:26 -0500 Subject: [PATCH] bump tmux history to 15000 --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 684ce95..0feda87 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 10000 +set -g history-limit 15000 set -g window-status-style dim set -g window-status-current-style bright