diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-15 08:01:54 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-15 08:01:54 +0000 |
commit | 557b6b86b0b153b98f06897756d2ebd5ca53b78a (patch) | |
tree | 7eb2b76e7faa7bb5c89f20fee68571425aea7ce0 /tmux.1 | |
parent | 0591d9ff12b29c552f7baf4c199015cfd3cbf8a9 (diff) | |
download | rtmux-557b6b86b0b153b98f06897756d2ebd5ca53b78a.tar.gz rtmux-557b6b86b0b153b98f06897756d2ebd5ca53b78a.tar.bz2 rtmux-557b6b86b0b153b98f06897756d2ebd5ca53b78a.zip |
Add a couple of extra option types, and implement show-options command.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.32 2008-06-11 06:19:56 nicm Exp $ +.\" $Id: tmux.1,v 1.33 2008-06-15 08:01:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -136,7 +136,7 @@ to exit from it. .Sh KEY BINDINGS .Nm may be controlled from an attached client by using a key combination of a -prefix, +prefix key, .Ql ^B (ctrl-B) by default, followed by a command key. .Pp @@ -505,7 +505,7 @@ The default is Set the maximum number of lines held in window history. This setting applies only to new windows - existing window histories are not resized and retain the limit at the point they were created. -.It Ic prefix Ar key +.It Ic prefix-key Ar key Set the current prefix key. .It Xo Ic status .Op Ic on | Ic off |