Skip to content

Instantly share code, notes, and snippets.

@amirrajan
Created February 2, 2023 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amirrajan/763671799dc940aeaf3d528f7bd2267f to your computer and use it in GitHub Desktop.
Save amirrajan/763671799dc940aeaf3d528f7bd2267f to your computer and use it in GitHub Desktop.
tmux select pane
unbind 6
unbind 7
unbind 8
unbind 9
unbind 0
bind 6 select-pane -t 1
bind 7 select-pane -t 2
bind 8 select-pane -t 3
bind 9 select-pane -t 4
bind 0 select-pane -t 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment