Added hjkl for moving panes
This commit is contained in:
parent
724238fad6
commit
b1d848efc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue