Updated tmux cheat to include swapping windows

Because I always forget.
This commit is contained in:
Thomas 2019-06-13 07:36:11 -05:00 committed by GitHub
parent 5487314676
commit 432461a075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,6 @@ Ctrl-b %
# Split windows vertically:
Ctrl-b "
# Swap windows
Ctrl-b :swap-window -s [0-9] -t [0-9]