Skip to content

Instantly share code, notes, and snippets.

@omps
Created March 26, 2017 01:15
Show Gist options
  • Save omps/eb1de5d34ac3c75013e6ec870ac7299c to your computer and use it in GitHub Desktop.
Save omps/eb1de5d34ac3c75013e6ec870ac7299c to your computer and use it in GitHub Desktop.
Tmux start window pane from 1 instead of 0
# 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