Ensure tmux windows start numbering from 1.

This commit is contained in:
Scott Wallace 2015-09-23 22:48:31 +01:00
parent f1238300d5
commit 2313fe22d1

View file

@ -4,3 +4,6 @@ set-option -g prefix C-a
# "Normal" scrolling # "Normal" scrolling
set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g mode-mouse on set -g mode-mouse on
# Set first window to 1
set -g base-index 1