From bd869d4004e12183438cc16bfd1ce7e49cd82f2b Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 31 Jan 2026 11:46:47 +0000 Subject: Switch to using Alt+hjkl,cursor for navigating tmux panes --- tmux/.config/tmux/tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 58e7e4a..ee47425 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -25,7 +25,11 @@ bind j select-pane -DZ bind k select-pane -UZ bind l select-pane -RZ -# Alt+cursor keys to switch panes without prefix. +# Alt+hjkl,cursor keys to switch panes without prefix. +bind -n M-h select-pane -LZ +bind -n M-j select-pane -DZ +bind -n M-k select-pane -UZ +bind -n M-l select-pane -RZ bind -n M-Left select-pane -LZ bind -n M-Down select-pane -DZ bind -n M-Up select-pane -UZ -- cgit v1.2.3-13-gbd6f