update move tmux window bindings to keep window focus

This commit is contained in:
David Chen 2025-09-17 15:05:12 -07:00
parent df87eba027
commit 8f16528434

View file

@ -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"