Skip to content

Commit f6eb379

Browse files
committed
Improve window move bindings
Keep focus on the window being moved
1 parent aef5fa0 commit f6eb379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pain_control.tmux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pane_navigation_bindings() {
2727
}
2828

2929
window_move_bindings() {
30-
tmux bind-key -r "<" swap-window -t -1
31-
tmux bind-key -r ">" swap-window -t +1
30+
tmux bind-key -r "<" swap-window -d -t -1
31+
tmux bind-key -r ">" swap-window -d -t +1
3232
}
3333

3434
pane_resizing_bindings() {

0 commit comments

Comments
 (0)