Hey, I just found this: ``` # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1 ``` Source: https://unix.stackexchange.com/a/35932 Could this be made standard in this? I'd like to just patch that in.