From a4d6e3ab03dec08438b053d108bf3b6345416177 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Feb 2026 22:53:12 +0100 Subject: [PATCH] More natural this way --- config/tmux/tmux.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 5876fd57..aebf41a2 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -63,18 +63,18 @@ bind - split-window -v -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" # Pane navigation -bind -n C-S-Left select-pane -L -bind -n C-S-Right select-pane -R -bind -n C-S-Up select-pane -U -bind -n C-S-Down select-pane -D +bind -n C-M-Left select-pane -L +bind -n C-M-Right select-pane -R +bind -n C-M-Up select-pane -U +bind -n C-M-Down select-pane -D # Window navigation -bind -n C-M-Left previous-window -bind -n C-M-Right next-window +bind -n C-S-Left previous-window +bind -n C-S-Right next-window # Session navigation -bind -n C-M-Up switch-client -n -bind -n C-M-Down switch-client -p +bind -n C-S-Up switch-client -n +bind -n C-S-Down switch-client -p # Sessions bind C new-session