tmux: Keep default of starting pane index from 0
This commit is contained in:
parent
a67b25fd4b
commit
9acfd3d096
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue