Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Created October 31, 2010 04:23
Show Gist options
  • Save lancebecker/656120 to your computer and use it in GitHub Desktop.
Save lancebecker/656120 to your computer and use it in GitHub Desktop.
set-option -g prefix C-a
set -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment