Bind rotate-window to J/K on tmux

This commit is contained in:
2021-02-22 02:35:07 +01:00
parent 8050930df6
commit 919940140b
+4
View File
@@ -38,6 +38,10 @@ bind , previous-window
bind . next-window
bind-key n command-prompt "rename-window '%%'"
# rotate window
bind J rotate-window
bind K rotate-window
# change kill window bind
unbind &
unbind x