mirror of https://github.com/cheat/cheat.git
Updated tmux cheat to include swapping windows
Because I always forget.
This commit is contained in:
parent
5487314676
commit
432461a075
|
@ -51,3 +51,6 @@ Ctrl-b %
|
||||||
|
|
||||||
# Split windows vertically:
|
# Split windows vertically:
|
||||||
Ctrl-b "
|
Ctrl-b "
|
||||||
|
|
||||||
|
# Swap windows
|
||||||
|
Ctrl-b :swap-window -s [0-9] -t [0-9]
|
||||||
|
|
Loading…
Reference in New Issue