mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Sync OpenBSD patchset 236:
Minor language tweaks, change which key bindings are summarised.
This commit is contained in:
parent
6297285527
commit
e43ce15736
21
tmux.1
21
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.146 2009-08-09 17:55:59 tcunha Exp $
|
.\" $Id: tmux.1,v 1.147 2009-08-09 18:02:02 tcunha Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -88,6 +88,7 @@ and all sessions are managed by a single
|
|||||||
The server and each client are separate processes which communicate through a
|
The server and each client are separate processes which communicate through a
|
||||||
socket in
|
socket in
|
||||||
.Pa /tmp .
|
.Pa /tmp .
|
||||||
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width "XXXXXXXXXXXX"
|
.Bl -tag -width "XXXXXXXXXXXX"
|
||||||
.It Fl 2
|
.It Fl 2
|
||||||
@ -200,19 +201,21 @@ Some of the default key bindings are:
|
|||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -width Ds -offset 3n -compact
|
.Bl -tag -width Ds -offset 3n -compact
|
||||||
.It c
|
.It c
|
||||||
Create new window.
|
Create a new window.
|
||||||
.It d
|
.It d
|
||||||
Detach current client.
|
Detach the current client.
|
||||||
.It l
|
.It l
|
||||||
Move to last (previously selected) window in the current session.
|
Move to the previously selected window.
|
||||||
.It n
|
.It n
|
||||||
Change to next window in the current session.
|
Change to the next window.
|
||||||
.It p
|
.It p
|
||||||
Change to previous window in the current session.
|
Change to the previous window.
|
||||||
.It t
|
.It &
|
||||||
Display a large clock.
|
Kill the current window.
|
||||||
|
.It ,
|
||||||
|
Rename the current window.
|
||||||
.It \&?
|
.It \&?
|
||||||
List current key bindings.
|
List all key bindings.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
A complete list may be obtained with the
|
A complete list may be obtained with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user