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