* craig w [09-30-13 08:30]:
> I started tmux last week using "tmux -S foo" when I was done for the
> day I detached from the session. I thought I was starting a new named
> session that I would later be able to attach to using "tmux a -t
> foo"but apparently I messed up.
>
> How can I rec
-S specifies a path for a new socket. You need to find that socket then do tmux
-S /path/to/foo attach.
IIRC what you probably wanted to do initially is tmux new -s foo.
Original message
From: craig w
Date: 30/09/2013 10:31 (GMT+00:00)
To: tmux-us...@lists.sf.net
Subject: