From b1d848efc8d0d67ed717ea499c6d5a35352e4687 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 9 Jun 2016 17:26:48 -0500 Subject: [PATCH] Added hjkl for moving panes --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 6eb58ad..8242d6d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -82,6 +82,11 @@ 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 +# Do the same for HJKL +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 # No delay for escape key press set -sg escape-time 0