From baac318ed993278035624b7bfe4fc4b9c2fb4096 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 26 Jun 2014 08:06:43 -0400 Subject: [PATCH] Removed repeat from navigating between panes using the arrow keys --- tmux.normal.conf | 6 ++++++ tmux.powerline.conf | 6 ++++++ 2 files changed, 12 insertions(+) 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