Skip to content

Instantly share code, notes, and snippets.

@naoty
Created December 10, 2017 13:47
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 naoty/1a202ab43bdef569af0994c10a170cc3 to your computer and use it in GitHub Desktop.
Save naoty/1a202ab43bdef569af0994c10a170cc3 to your computer and use it in GitHub Desktop.
set-option -g prefix C-t
bind-key C-v split-window -h -c "#{pane_current_path}"
bind-key C-s split-window -v -c "#{pane_current_path}"
bind-key -r C-k select-pane -U
bind-key -r C-j select-pane -D
bind-key -r C-l select-pane -U
bind-key -r C-h select-pane -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment