diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5c042dc..578ecd7 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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}"