From 9bbd64ee2f3b00f7f18af222b16d3b8c56b37693 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Wed, 17 Dec 2025 15:21:34 +0100 Subject: Increase tmux scrollback size --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 68be347..c6d6450 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -31,3 +31,6 @@ bind % split-window -h -c "#{pane_current_path}" bind "c" new-window -c "#{pane_current_path}" set-window-option -g status-right '#[bg=brightwhite] %H:%M #[default]#($HOME/.config/tmux/battery.sh)' + +# increase scrollback size to 50K lines +set-option -g history-limit 50000 -- cgit v1.3.1