diff --git a/ansible/roles/tmux/files/tmux/tmux.conf b/ansible/roles/tmux/files/tmux/tmux.conf index 1b95d63..b983178 100644 --- a/ansible/roles/tmux/files/tmux/tmux.conf +++ b/ansible/roles/tmux/files/tmux/tmux.conf @@ -6,6 +6,9 @@ bind-key C-a send-prefix # Start windows at index 1 instead of 0 set -g base-index 1 +# Start panes at index 1 instead of 0 +set -g pane-base-index 1 + # VI-mode set-window-option -g mode-keys vi set-window-option -g status-keys vi