Skip to content

Instantly share code, notes, and snippets.

@frelon
Created August 12, 2019 12:38
Show Gist options
  • Save frelon/089753aca9d8efc61480453f252ddc94 to your computer and use it in GitHub Desktop.
Save frelon/089753aca9d8efc61480453f252ddc94 to your computer and use it in GitHub Desktop.
tmux config
bind-key -n M-0 select-window -t 0
bind-key -n M-1 select-window -t 1
bind-key -n M-2 select-window -t 2
bind-key -n M-3 select-window -t 3
bind-key -n M-4 select-window -t 4
bind-key -n M-5 select-window -t 5
bind-key -n M-6 select-window -t 6
bind-key -n M-7 select-window -t 7
bind-key -n M-8 select-window -t 8
bind-key -n M-9 select-window -t 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment