tmux: Let base index start from 0
This commit is contained in:
parent
9acfd3d096
commit
fd30c5af11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue