From b7b34df0c1dc83a8b6220f22e70e3b5ca87df480 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sun, 17 May 2020 16:58:08 +0800 Subject: [PATCH] [feature] switch window after swap --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 68d5f83..69ad5c8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -43,8 +43,8 @@ bind -n M-8 select-window -t :=8 bind -n M-9 select-window -t :=9 bind -n M-n next-window bind -n M-p previous-window -bind -n M-N swap-window -t +1 -bind -n M-P swap-window -t -1 +bind -n M-N swap-window -t +1 \; next-window +bind -n M-P swap-window -t -1 \; previous-window bind r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf" bind -n M-[ copy-mode bind -n M-] paste-buffer