From cd85f052d38d9936f85c336cad4ccf09ef9a65c8 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 9 Dec 2020 21:33:40 +0100 Subject: [PATCH] Increase history limit --- arch-config/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/arch-config/.tmux.conf b/arch-config/.tmux.conf index d1013a85..c960a013 100644 --- a/arch-config/.tmux.conf +++ b/arch-config/.tmux.conf @@ -1,2 +1,3 @@ set -g mouse on set -ga terminal-overrides ",xterm-termite:Tc" +set -g history-limit 10000