mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Removed repeat from navigating between panes using the arrow keys
This commit is contained in:
parent
c0cfd107ad
commit
baac318ed9
2 changed files with 12 additions and 0 deletions
|
@ -83,6 +83,12 @@ bind _ select-layout main-vertical
|
||||||
bind Space last-pane
|
bind Space last-pane
|
||||||
bind C-Space last-window
|
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
|
# h,j,k,l to movement left,down,up,right between panes respectively
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
|
|
@ -83,6 +83,12 @@ bind _ select-layout main-vertical
|
||||||
bind Space last-pane
|
bind Space last-pane
|
||||||
bind C-Space last-window
|
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
|
# h,j,k,l to movement left,down,up,right between panes respectively
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
|
Loading…
Reference in a new issue