diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 3d2165d..91c836c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,10 +4,10 @@ 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 +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}"