From: Daniel Carl Date: Mon, 24 Nov 2014 20:08:43 +0000 (+0100) Subject: Added note about case sensitive hint label matching (#145). X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=2956041e7efcc4e54623eb418ac0ac7c309d2f80;p=vimb.git Added note about case sensitive hint label matching (#145). --- 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