mirror of https://github.com/cheat/cheat.git
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
|
||||
|
|
Loading…
Reference in New Issue