From aaad7275b69d38bce679198d90ed3641d4c2d48c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 08:35:01 -0800 Subject: [tmux] Renumber window, and start from 1. --- tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tmux.conf b/tmux.conf index ea2d56b..f0740a4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -30,3 +30,12 @@ bind -r J resize-pane -D 2 bind -r K resize-pane -U 2 bind i display-panes + +# renumber window +set-option -g renumber-windows on + +# don't rename the window +set-option -g allow-rename off + +# start at 1 +set-option -g base-index 1 -- cgit 1.4.1