Created
December 10, 2017 13:47
-
-
Save naoty/1a202ab43bdef569af0994c10a170cc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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