aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-19 18:31:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-19 18:31:33 +1300
commitc0866995c66cd1053e71a3ffdec9dd42b06d7f0c (patch)
tree15118cb402cc5b68fa28286153c48d65c6425d6d /tmux
parentGood show! Onward, tmux! (diff)
downloaddotfiles-c0866995c66cd1053e71a3ffdec9dd42b06d7f0c.tar.gz
dotfiles-c0866995c66cd1053e71a3ffdec9dd42b06d7f0c.zip
Start window numbering at 1, not 0.
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 01580d52..2e20c3f8 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -40,6 +40,9 @@ bind S split-window -h
# Terminal settings.
set -g default-terminal "screen-256color"
+# Start window numbering at 1, not 0.
+set -g base-index 1
+
# Spiffy colours.
set -g status-fg colour248
set -g status-bg colour237