Bind rotate-window to J/K on tmux

This commit is contained in:
coolneng 2021-02-22 02:35:07 +01:00
parent 8050930df6
commit 919940140b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

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