diff options
author | hut <hut@lavabit.com> | 2011-09-29 00:05:06 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-09-29 00:14:35 +0200 |
commit | affbad6ce1e2c8783b0002b617fe0a229546a069 (patch) | |
tree | 38bb46d7b90a04cdc81891bdfd8d51730727c1f1 /doc/ranger.1 | |
parent | bdc872b0178be74059f49d8878b5c05f2d7ed8ce (diff) | |
download | ranger-affbad6ce1e2c8783b0002b617fe0a229546a069.tar.gz |
core.main: added --list-unused-keys option
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 897a2969..2192047c 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.4.3" "09/28/2011" "ranger manual" +.TH RANGER 1 "ranger-1.4.3" "09/29/2011" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -174,6 +174,11 @@ write the last visited directory into \fItargetfile\fR. Create copies of the default configuration files in your local configuration directory. Existing ones will not be overwritten. Possible values: \fIall\fR, \&\fIapps\fR, \fIcommands\fR, \fIkeys\fR, \fIoptions\fR, \fIscope\fR. +.IP "\fB\-\-list\-unused\-keys\fR" 14 +.IX Item "--list-unused-keys" +List common keys which are not bound to any action in the \*(L"browser\*(R" context. +This list is not complete, you can bind any key that is supported by curses: +use the key code returned by \f(CW\*(C`getch()\*(C'\fR. .IP "\fB\-\-fail\-unless\-c\fRd" 14 .IX Item "--fail-unless-cd" Return the exit code 1 if ranger is used to run a file instead of used for file |