Skip to content

Instantly share code, notes, and snippets.

@florentdestremau
Created September 22, 2015 08:40
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 florentdestremau/f1c8e7f137cda0bc7893 to your computer and use it in GitHub Desktop.
Save florentdestremau/f1c8e7f137cda0bc7893 to your computer and use it in GitHub Desktop.
Simple set up for tmux: Alt + arrow switching and split binding
set -g prefix C-a
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
bind | split-window -h
bind - split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment