aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index cf9113d0..d4cfc5dc 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -83,6 +83,9 @@ set-option -g status-left '[#S] '
# Hostname and the current date on the right side of the status bar
set-option -g status-right ' [#H] #(date +"%F %T")'
+# Update the status bar every second
+set-option -g status-interval 1
+
# The first window in a session has index 1, rather than 0
set-option -g base-index 1