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 ad0bfb2Copy full SHA for ad0bfb2
CHANGELOG.md
@@ -3,6 +3,8 @@
3
### master
4
- update readme - write all keybindings
5
- override default split window key bindings
6
+- Moving windows follows current window, compensate for change in behavior in
7
+ tmux 3.0
8
9
### v1.0.0, 2014-08-30
10
- update readme to reflect github organization change
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