Created
March 26, 2017 01:15
-
-
Save omps/eb1de5d34ac3c75013e6ec870ac7299c to your computer and use it in GitHub Desktop.
Tmux start window pane from 1 instead of 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start windows and panes at 1, not 0 | |
set -g base-index 1 | |
setw -g pane-base-index 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment