From fe322540935bc5d1ee12601d376579f68a03d79c Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 25 Mar 2022 08:37:14 +0100 Subject: [PATCH] tmux: increase history limit --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d3a3a80..4c171cb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,7 +23,7 @@ set-option -g display-panes-colour colour166 #orange # clock set-window-option -g clock-mode-colour green #green -set -g history-limit 50000 +set -g history-limit 100000 set -g status-interval 1 set -g status-justify centre # center align window list set -g status-left-length 20