mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add -a flag for detach-client, from Thomas Adam.
This commit is contained in:
5
tmux.1
5
tmux.1
@ -585,6 +585,7 @@ recently used
|
||||
session.
|
||||
.It Xo Ic detach-client
|
||||
.Op Fl P
|
||||
.Op Fl a
|
||||
.Op Fl s Ar target-session
|
||||
.Op Fl t Ar target-client
|
||||
.Xc
|
||||
@ -593,6 +594,10 @@ Detach the current client if bound to a key, the client specified with
|
||||
.Fl t ,
|
||||
or all clients currently attached to the session specified by
|
||||
.Fl s .
|
||||
The
|
||||
.Fl a
|
||||
option kills all but the client given with
|
||||
.Fl t .
|
||||
If
|
||||
.Fl P
|
||||
is given, send SIGHUP to the parent process of the client, typically causing it
|
||||
|
Reference in New Issue
Block a user