We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef5fa0 commit f6eb379Copy full SHA for f6eb379
pain_control.tmux
@@ -27,8 +27,8 @@ pane_navigation_bindings() {
27
}
28
29
window_move_bindings() {
30
- tmux bind-key -r "<" swap-window -t -1
31
- tmux bind-key -r ">" swap-window -t +1
+ tmux bind-key -r "<" swap-window -d -t -1
+ tmux bind-key -r ">" swap-window -d -t +1
32
33
34
pane_resizing_bindings() {
0 commit comments