sync with OpenBSD -current
This commit is contained in:
parent
25869dc67a
commit
14b4e966dd
10 changed files with 311 additions and 124 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: tmux.1,v 1.936 2024/02/13 08:10:23 nicm Exp $
|
||||
.\" $OpenBSD: tmux.1,v 1.937 2024/03/13 11:25:50 nicm Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
|
||||
.\"
|
||||
|
@ -14,7 +14,7 @@
|
|||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: February 13 2024 $
|
||||
.Dd $Mdocdate: March 13 2024 $
|
||||
.Dt TMUX 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -1036,9 +1036,17 @@ The following commands are available to manage clients and sessions:
|
|||
.D1 Pq alias: Ic attach
|
||||
If run from outside
|
||||
.Nm ,
|
||||
create a new client in the current terminal and attach it to
|
||||
attach to
|
||||
.Ar target-session
|
||||
in the current terminal.
|
||||
.Ar target-session
|
||||
must already exist - to create a new session, see the
|
||||
.Ic new-session
|
||||
command (with
|
||||
.Fl A
|
||||
to create or attach).
|
||||
If used from inside, switch the currently attached session 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue