commit a3e8b49966d37eeb9bc20d7df01d313c18cc6afe
parent a699ea8cb09ce6c4308a1a5aaa79806806b25e4e
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 10 Nov 2020 16:04:54 +0100
Add bindings for vim-like movement between panes
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
@@ -26,6 +26,10 @@ 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
+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
# show window list
bind -n M-w choose-tree