summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
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