From 8f16528434abc7bbd0d5eb0aa6756079aa81df78 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 17 Sep 2025 15:05:12 -0700 Subject: [PATCH] update move tmux window bindings to keep window focus --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d6c21bd..1adc9f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -205,8 +205,8 @@ bind p paste-buffer bind l run-shell "~/.config/tmux/scripts/move_session.sh left" bind y run-shell "~/.config/tmux/scripts/move_session.sh right" -bind -n M-l swap-window -t :-1 -bind -n M-y swap-window -t :+1 +bind -n M-l swap-window -d -t :-1 +bind -n M-y swap-window -d -t :+1 bind I run-shell "~/.config/tmux/scripts/layout_builder.sh right" bind N run-shell "~/.config/tmux/scripts/layout_builder.sh left"