mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-11 23:32:01 +01:00
Add example for tmux
This commit is contained in:
parent
a063c7bb64
commit
808a2585ef
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue