From 2313fe22d1eb1f57cb35d55f12f06c23e9e087d8 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 23 Sep 2015 22:48:31 +0100 Subject: [PATCH] Ensure tmux windows start numbering from 1. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 336eab5..abc29ad 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,3 +4,6 @@ set-option -g prefix C-a # "Normal" scrolling set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g mode-mouse on + +# Set first window to 1 +set -g base-index 1