summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index c6d6450..bb037ba 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -31,6 +31,7 @@ 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)'
+set-window-option -g status-interval 1
# increase scrollback size to 50K lines
set-option -g history-limit 50000