Added hjkl for moving panes

This commit is contained in:
David Thurstenson 2016-06-09 17:26:48 -05:00
parent 724238fad6
commit b1d848efc8
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ 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
# Do the same for HJKL
bind -n M-h select-pane -L
bind -n M-l select-pane -R
bind -n M-k select-pane -U
bind -n M-j select-pane -D
# No delay for escape key press
set -sg escape-time 0