summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-11-24 21:08:43 +0100
committerDaniel Carl <danielcarl@gmx.de>2014-11-24 21:08:43 +0100
commit2956041e7efcc4e54623eb418ac0ac7c309d2f80 (patch)
treefaa75b8850d733cbdf26b097075d02f27bfc74ea /doc
parent84d58c05d121f3c9aa9755f7d70b48e8d5a6a4fd (diff)
Added note about case sensitive hint label matching (#145).
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 8901019..a039f7b 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -237,7 +237,7 @@ will be fired automatically.
.BI Syntax: " ;{mode}{hint}"
Start hint mode. Different elements depending on \fImode\fP are highlighted
-and numbered. Elements can be selected either by typing their label, or by
+and `numbered'. Elements can be selected either by typing their label, or by
typing part of their text (\fIhint\fP) to narrow down the result. When an
element has been selected, it is automatically clicked or used (depending on
\fImode\fP) and hint mode ends.
@@ -1236,6 +1236,9 @@ The keys used to label and select hints. With its default value, each hint has
a unique number which can be typed to select it, while all other characters
are used to filter hints based on their text. With a value such as asdfg;lkjh,
each hint is `numbered' based on the characters of the home row.
+Note that the hint matching by label built of hintkeys is case sensitive. In
+this vimb differs from some other browsers that show hint labels in upper
+case, but match them lowercase.
.TP
.B history-max-items (int)
Maximum number of unique items stored in search-, command or URI history. If