Skip to content

Instantly share code, notes, and snippets.

@paulfryzel
Created April 30, 2014 16:21
Show Gist options
  • Save paulfryzel/e25541aaa0ddcac9fbf5 to your computer and use it in GitHub Desktop.
Save paulfryzel/e25541aaa0ddcac9fbf5 to your computer and use it in GitHub Desktop.
...
bind | split-window -h
bind -r h select-pane -L
bind -r j select-pane -D
bind -r k select-pane -U
bind -r l select-pane -R
bind ` select-window -t 0
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment