diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a021d42..93ff108 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -36,10 +36,10 @@ set -g mouse on set -g focus-events on # Use Alt-arrow keys without prefix key to switch panes -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 # Pane resizing with HJKL bind H resize-pane -L 10