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

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]