mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Add example for tmux
This commit is contained in:
parent
a063c7bb64
commit
808a2585ef
@ -13,6 +13,12 @@ tmux attach -d
|
|||||||
# Display session:
|
# Display session:
|
||||||
tmux ls
|
tmux ls
|
||||||
|
|
||||||
|
# Rename session:
|
||||||
|
Ctrl-b $
|
||||||
|
|
||||||
|
# Switch session:
|
||||||
|
Ctrl-b s
|
||||||
|
|
||||||
# Start a shared session:
|
# Start a shared session:
|
||||||
tmux -S /tmp/your_shared_session
|
tmux -S /tmp/your_shared_session
|
||||||
chmod 777 /tmp/your_shared_session
|
chmod 777 /tmp/your_shared_session
|
||||||
|
Loading…
Reference in New Issue
Block a user