diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-09 15:25:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-09 15:25:57 +0000 |
commit | a265570c5f551a79a6fff4a05dda38cbab10111c (patch) | |
tree | a70666ca85a1ab3a5c9384662e398d64f51477bf /usr.bin/tmux | |
parent | 7f27ff15c9e79ec4c1914f0d3357a8f49f4e87fb (diff) |
Minor language tweaks, change which key bindings are summarised.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 95c2c63bb76..c0bd6bc4c05 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.64 2009/08/09 14:35:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.65 2009/08/09 15:25:56 nicm Exp $ .\" .\" 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 socket in .Pa /tmp . +.Pp The options are as follows: .Bl -tag -width "XXXXXXXXXXXX" .It Fl 2 @@ -200,19 +201,21 @@ Some of the default key bindings are: .Pp .Bl -tag -width Ds -offset 3n -compact .It c -Create new window. +Create a new window. .It d -Detach current client. +Detach the current client. .It l -Move to last (previously selected) window in the current session. +Move to the previously selected window. .It n -Change to next window in the current session. +Change to the next window. .It p -Change to previous window in the current session. -.It t -Display a large clock. +Change to the previous window. +.It & +Kill the current window. +.It , +Rename the current window. .It \&? -List current key bindings. +List all key bindings. .El .Pp A complete list may be obtained with the |