From 01004f2932c67c69846a4aea31acd96a3ad80063 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Mon, 26 Feb 2024 18:30:14 +0100 Subject: [PATCH] increase tmux scrollback buffer size to 10000 --- .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 9622502d..885e47b5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,5 @@ # GENERAL SETTINGS -set -g history-limit 5000 +set -g history-limit 10000 set -g buffer-limit 20 set -sg escape-time 0 set -g display-time 1500