summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 1d72f6f..7e320d9 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -42,6 +42,8 @@ set -g default-command /bin/zsh
set -g default-shell /bin/zsh
set -sg escape-time 1
+
+# Start window and pane indices at 1
set -g base-index 1
setw -g pane-base-index 1