Skip to content

Instantly share code, notes, and snippets.

@faisalmansoor
Created November 9, 2017 18:54
Show Gist options
  • Save faisalmansoor/60ddc3a7c9df1b4a0d30f30db079725a to your computer and use it in GitHub Desktop.
Save faisalmansoor/60ddc3a7c9df1b4a0d30f30db079725a to your computer and use it in GitHub Desktop.
~/.byobu/keybindings.tmux
bind-key -n M-Up display-panes \; select-pane -U
bind-key -n M-Down display-panes \; select-pane -D
bind-key -n M-Left display-panes \; select-pane -L
bind-key -n M-Right display-panes \; select-pane -R
bind-key -n C-M-Left previous-window
bind-key -n C-M-Right next-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment