diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-17 15:21:34 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-17 15:23:00 +0100 |
| commit | 9bbd64ee2f3b00f7f18af222b16d3b8c56b37693 (patch) | |
| tree | c14dea01f19b5966c9c6aa88d161a69d4ef02b5d /tmux | |
| parent | d19a0f20d8c99fbd9215e934d5434078d3389e5f (diff) | |
Increase tmux scrollback size
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
