mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
More tweaks.
This commit is contained in:
parent
972b2c1e99
commit
eeba70afc8
10
tmux.1
10
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.5 2007-11-09 16:18:08 nicm Exp $
|
.\" $Id: tmux.1,v 1.6 2007-11-09 17:05:42 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -41,7 +41,7 @@ necessary and holds a number of
|
|||||||
each of which may have a number of
|
each of which may have a number of
|
||||||
.Em windows
|
.Em windows
|
||||||
connected to it. Any number of clients may connect to a session, or the server
|
connected to it. Any number of clients may connect to a session, or the server
|
||||||
may be controlled by issuing commands with the
|
may be controlled by issuing commands using the
|
||||||
.Nm
|
.Nm
|
||||||
binary. Communication takes place through a socket, by default placed in
|
binary. Communication takes place through a socket, by default placed in
|
||||||
.Pa /tmp .
|
.Pa /tmp .
|
||||||
@ -88,7 +88,7 @@ and described in the following sections.
|
|||||||
may be controlled from an attached client by using a key combination of a
|
may be controlled from an attached client by using a key combination of a
|
||||||
prefix,
|
prefix,
|
||||||
.Ql ^A
|
.Ql ^A
|
||||||
(ctrl-A) by default, and a command key.
|
(ctrl-A) by default, followed by a command key.
|
||||||
.Pp
|
.Pp
|
||||||
Some of the default key bindings include:
|
Some of the default key bindings include:
|
||||||
.Pp
|
.Pp
|
||||||
@ -183,7 +183,8 @@ supports the following commands:
|
|||||||
.Op Fl a
|
.Op Fl a
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic refresh )
|
.D1 (alias: Ic refresh )
|
||||||
.It Xo Ic rename-session new-name
|
.It Xo Ic rename-session
|
||||||
|
.Ar new-name
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic rename )
|
.D1 (alias: Ic rename )
|
||||||
.It Xo Ic rename-window
|
.It Xo Ic rename-window
|
||||||
@ -201,6 +202,7 @@ supports the following commands:
|
|||||||
.Ar option Ar value
|
.Ar option Ar value
|
||||||
.Xc
|
.Xc
|
||||||
.D1 (alias: Ic set )
|
.D1 (alias: Ic set )
|
||||||
|
prefix,status,status-fg,status-bg,bell-action,default-command
|
||||||
.It Xo Ic swap-window
|
.It Xo Ic swap-window
|
||||||
.Op Fl i Ar index
|
.Op Fl i Ar index
|
||||||
.Ar name Ar index
|
.Ar name Ar index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user