From bedebac938c908cfc130f984cd71bea48d9d5e58 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 27 Oct 2014 06:53:10 +0100 Subject: [PATCH] Update docs --- doc/help/settings.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 48f331256..11e0e7e43 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -130,6 +130,7 @@ |<>|Opacity for hints. |<>|Mode to use for hints. |<>|Chars used for hint strings. +|<>|Make chars in hint strings uppercase. |<>|Whether to auto-follow a hint if there's only one left. |<>|A comma-separated list of regexes to use for 'next' links. |<>|A comma-separated list of regexes to use for 'prev' links. @@ -813,6 +814,12 @@ Chars used for hint strings. Default: +pass:[asdfghjkl]+ +[[hints-uppercase]] +=== uppercase +Make chars in hint strings uppercase. + +Default: +pass:[false]+ + [[hints-auto-follow]] === auto-follow Whether to auto-follow a hint if there's only one left.