summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 1ed550d..d6df056 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -24,6 +24,9 @@ bind l select-pane -R
set -g base-index 1
set -g pane-base-index 1
+# Renumber windows after one is closed
+set -g renumber-windows on
+
# Show the clock on the right side of the status line
set -g status-right '%H:%M'