mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 08:58:47 +00:00
some minor tweaks; ok nicm
This commit is contained in:
parent
de73fed73d
commit
ec0c33b844
10
tmux.1
10
tmux.1
@ -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…
Reference in New Issue
Block a user