1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 19:07:06 +02:00

Merge pull request from omsobliga/master

Add examples for tmux
This commit is contained in:
Chris Lane 2016-03-14 14:14:55 -04:00
commit 74d1bc1ec7

@ -13,6 +13,12 @@ tmux attach -d
# Display session:
tmux ls
# Rename session:
Ctrl-b $
# Switch session:
Ctrl-b s
# Start a shared session:
tmux -S /tmp/your_shared_session
chmod 777 /tmp/your_shared_session