From aaa30dd33903ea21b2976b11edd27fd74dfbbd30 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 5 Mar 2026 21:20:17 +0000 Subject: [PATCH] Add Alt+h/l bindings for quick tmux window cycling Adds prefix-free M-h and M-l bindings to navigate previous/next windows without needing the C-a prefix key. https://claude.ai/code/session_01WcnTtBjahVYabvhdSrNp4P --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f6fafdd..26c63a8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -32,6 +32,8 @@ set-window-option -g mode-keys vi #{{{2 WINDOWS bind-key C-a last-window +bind -n M-h previous-window +bind -n M-l next-window #{{{2 PANES