tmux: Keep default of starting pane index from 0

This commit is contained in:
Sanchayan Maity 2020-01-03 15:28:17 +05:30
parent a67b25fd4b
commit 9acfd3d096

View file

@ -7,7 +7,7 @@ bind-key M-a send-prefix
set -g base-index 1
# start with pane 1
set -g pane-base-index 1
# set -g pane-base-index 1
# split panes using | and -, make sure they open in the same path
bind | split-window -h -c "#{pane_current_path}"