mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Sync OpenBSD patchset 238:
some minor tweaks; ok nicm
This commit is contained in:
parent
7dbabe84e4
commit
7bcd7c2752
14
tmux.1
14
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.148 2009-08-09 18:02:36 tcunha Exp $
|
.\" $Id: tmux.1,v 1.149 2009-08-10 21:39:15 tcunha Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -14,7 +14,7 @@
|
|||||||
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||||
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: August 9 2009 $
|
.Dd $Mdocdate: August 10 2009 $
|
||||||
.Dt TMUX 1
|
.Dt TMUX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -34,8 +34,10 @@
|
|||||||
is a terminal multiplexer:
|
is a terminal multiplexer:
|
||||||
it enables a number of terminals to be created, accessed, and
|
it enables a number of terminals to be created, accessed, and
|
||||||
controlled from a single screen.
|
controlled from a single screen.
|
||||||
Programs may be detached from the screen, continue running in the background,
|
.Nm
|
||||||
and be reattached to the same or a different screen.
|
may be detached from a screen
|
||||||
|
and continue running in the background,
|
||||||
|
then later reattached.
|
||||||
.Pp
|
.Pp
|
||||||
When
|
When
|
||||||
.Nm
|
.Nm
|
||||||
@ -71,7 +73,7 @@ exits.
|
|||||||
Each session is persistent and will survive accidental disconnection
|
Each session is persistent and will survive accidental disconnection
|
||||||
(such as
|
(such as
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
connection timeout) or intentional detachment (with the
|
connection timeout) or intentional detaching (with the
|
||||||
.Ql C-b d
|
.Ql C-b d
|
||||||
key strokes).
|
key strokes).
|
||||||
.Nm
|
.Nm
|
||||||
@ -199,7 +201,7 @@ prefix key,
|
|||||||
.Pp
|
.Pp
|
||||||
Some of the default key bindings are:
|
Some of the default key bindings are:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -width Ds -offset 3n -compact
|
.Bl -tag -width Ds -offset indent -compact
|
||||||
.It c
|
.It c
|
||||||
Create a new window.
|
Create a new window.
|
||||||
.It d
|
.It d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user