Merge pull request #463 from sullivant/patch-1

Updated tmux cheat to include swapping windows
This commit is contained in:
Chris Allen Lane 2019-07-01 18:32:47 -04:00 committed by GitHub
commit 0db660347b
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]