diff --git a/share_tmux_session.md b/share_tmux_session.md index 785052b..addf2e0 100644 --- a/share_tmux_session.md +++ b/share_tmux_session.md @@ -19,13 +19,14 @@ So we have created the folder: You can then create a tmux session using: ``` - tmux -S /var/tmux/ new -s + tmux -S /var/tmux/ new -s ``` +(The socket and session names can be different, but they don't have to) And the other person(s) can join it using: ``` - tmux -S /var/tmux/ att -t + tmux -S /var/tmux/ att -t ``` Once the person who created the shared session stops it, the people who have