diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-20 12:50:45 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2026-03-23 21:42:55 +0100 |
| commit | 6bc5e0e94abf2badd22d9b95a6ba6ccd8e91ea4c (patch) | |
| tree | 0dfa11a11661a040566287c1ffa117006d4661e8 | |
| parent | af4321fe60c39f31a7682517f27838209ba34127 (diff) | |
set tmux status update to 1s
| -rw-r--r-- | tmux/tmux.conf | 1 |
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 |
