aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-01 14:15:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-01 14:15:36 +1300
commitedc5e4f769cab2df4bd2856025acad8d8880ca66 (patch)
tree83ba6b8bcc313644bf21f5af1e194b82d1e7cb41 /tmux
parentRenumber tmux windows on window close (diff)
downloaddotfiles-edc5e4f769cab2df4bd2856025acad8d8880ca66.tar.gz
dotfiles-edc5e4f769cab2df4bd2856025acad8d8880ca66.zip
Update tmux status bar every second
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 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