From 050b56e90161146325f2f581b4d2cc68e2f0225a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 11 Mar 2022 12:33:10 +0530 Subject: [PATCH] tmux: Increase history limit size --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2798668..473437a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,7 +29,7 @@ bind p previous-window set -sg escape-time 1 # Increase scrollback buffer size -set -g history-limit 8192 +set -g history-limit 32768 # don't rename windows automatically set-option -g allow-rename off