tmux: Let base index start from 0

This commit is contained in:
Sanchayan Maity 2020-01-04 15:58:05 +05:30
parent 9acfd3d096
commit fd30c5af11

View file

@ -4,7 +4,7 @@ set-option -g prefix M-a
bind-key M-a send-prefix
# start with window 1 (instead of 0)
set -g base-index 1
# set -g base-index 1
# start with pane 1
# set -g pane-base-index 1