From aa9c3bd48866e9c779dccb93e2e3bb35afb4c94a Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sun, 10 Dec 2023 16:16:29 +0100 Subject: [PATCH] tmux scrollback --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index aa26e59..5176f01 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -50,7 +50,7 @@ set -g @resurrect-processes '~julia' ####################################################### # Increase scrollback buffer size -set -g history-limit 5000 +set -g history-limit 50000 ###################################################################### # END OF PLUGINS