From 2debcff660997e96730f49e0a78e2bdf2a157085 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 18 Oct 2021 17:35:48 -0700 Subject: [PATCH] hold focus of tmux windows when moving with binds like firefox tabs --- home/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/tmux.conf b/home/tmux.conf index a8cdf77..e8738a0 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -61,8 +61,8 @@ bind -n C-PgUp previous-window bind -n C-PgDn next-window # Ctrl+Shift+PgUp/PgDn to reorder windows (like web browsers) -bind -n C-S-PgUp swap-window -t -1 -bind -n C-S-PgDn swap-window -t +1 +bind -n C-S-PgUp swap-window -d -t -1 +bind -n C-S-PgDn swap-window -d -t +1 # Shift+Arrows to switch panes bind -n S-Left select-pane -L