From 919940140b82ae56b5ed723edf9fe7eae2379ece Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 22 Feb 2021 02:35:07 +0100 Subject: [PATCH] Bind rotate-window to J/K on tmux --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index df8f9dd..f55f205 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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