From 432461a0753afcde550bd2d287846087f7cae6bf Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 13 Jun 2019 07:36:11 -0500 Subject: [PATCH] Updated tmux cheat to include swapping windows Because I always forget. --- cheat/cheatsheets/tmux | 3 +++ 1 file changed, 3 insertions(+) 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]