From fc529b368d8dcaa16b9fa09b9670fb1ed6b848c9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Feb 2026 16:46:05 +0100 Subject: [PATCH] Match direction from the sessino list --- config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index bd94a5f2..5876fd57 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -73,8 +73,8 @@ bind -n C-M-Left previous-window bind -n C-M-Right next-window # Session navigation -bind -n C-M-Up switch-client -p -bind -n C-M-Down switch-client -n +bind -n C-M-Up switch-client -n +bind -n C-M-Down switch-client -p # Sessions bind C new-session