diff --git a/cheat/cheatsheets/tmux b/cheat/cheatsheets/tmux index 58d90f6..ef72007 100644 --- a/cheat/cheatsheets/tmux +++ b/cheat/cheatsheets/tmux @@ -51,3 +51,6 @@ Ctrl-b % # Split windows vertically: Ctrl-b " + +# Swap windows +Ctrl-b :swap-window -s [0-9] -t [0-9]