回答:
解決策は次のように変更する~/.tmux.conf
ことです。
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
編集:base-indexとは異なり、pane-base-indexはウィンドウオプションなので、@ Jogusaが指摘したようにsetwを使用する必要があります。
setw
はペインの設定にあるべきです:setw -g pane-base-index 1
本の.tmux.confを参照してください:media.pragprog.com/titles/bhtmux/code/config/tmux.conf