diff --git a/tmux.normal.conf b/tmux.normal.conf index 12b98e4..79867a3 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -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 diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 374f1e7..738a07a 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -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