Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joaojeronimo/512b762dddd2a69733e262abb6425f64 to your computer and use it in GitHub Desktop.
Save joaojeronimo/512b762dddd2a69733e262abb6425f64 to your computer and use it in GitHub Desktop.
# Custom
# Shift arrow to switch windows
bind -n S-Left previous-window
bind -n S-Right next-window
# Use Alt-arrow keys without prefix key to switch panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment