Add example for tmux

This commit is contained in:
lih 2016-02-20 11:09:02 +08:00
parent a063c7bb64
commit 808a2585ef
1 changed files with 6 additions and 0 deletions

View File

@ -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