Removed repeat from navigating between panes using the arrow keys

This commit is contained in:
Kevin MacMartin 2014-06-26 08:06:43 -04:00
parent c0cfd107ad
commit baac318ed9
2 changed files with 12 additions and 0 deletions

View file

@ -83,6 +83,12 @@ bind _ select-layout main-vertical
bind Space last-pane
bind C-Space last-window
#
# rebind up,down,left,right to the same without repeat
bind Left select-pane -L
bind Down select-pane -D
bind Up select-pane -U
bind Right select-pane -R
#
# h,j,k,l to movement left,down,up,right between panes respectively
bind h select-pane -L
bind j select-pane -D

View file

@ -83,6 +83,12 @@ bind _ select-layout main-vertical
bind Space last-pane
bind C-Space last-window
#
# rebind up,down,left,right to the same without repeat
bind Left select-pane -L
bind Down select-pane -D
bind Up select-pane -U
bind Right select-pane -R
#
# h,j,k,l to movement left,down,up,right between panes respectively
bind h select-pane -L
bind j select-pane -D