Tidy up new-session and attach-session and change them to work from inside

tmux, switching the current client to the new or requested session.

Written with Josh Elsasser.
This commit is contained in:
Nicholas Marriott
2009-07-17 15:03:11 +00:00
parent 1938c994e7
commit ce53936a2b
4 changed files with 133 additions and 71 deletions

6
tmux.1
View File

@ -596,7 +596,11 @@ The following commands are available:
.Op Fl t Ar target-session
.Xc
.D1 (alias: Ic attach )
Create a new client in the current terminal and attach it to a session.
If run from outside
.Nm ,
create a new client in the current terminal and attach it to
.Ar target-session .
If used from inside, switch the current client.
If
.Fl d
is specified, any other clients attached to the session are detached.