From 4d19f075b755a905c8699c0322b1d5172407b909 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 12 May 2020 23:05:44 +0200 Subject: [PATCH] Document what are the two names in the tmux command to share a session Signed-off-by: Pierre-Yves Chibon --- share_tmux_session.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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