Update docs

This commit is contained in:
Florian Bruhin 2016-06-07 15:43:17 +02:00
parent 299fea830e
commit 7014219a86
2 changed files with 10 additions and 3 deletions

View File

@ -148,9 +148,9 @@ Contributors, sorted by the number of commits in descending order:
* Alexander Cogneau * Alexander Cogneau
* Felix Van der Jeugt * Felix Van der Jeugt
* Martin Tournoij * Martin Tournoij
* Jakub Klinkovský
* Raphael Pierzina * Raphael Pierzina
* Joel Torstensson * Joel Torstensson
* Jakub Klinkovský
* Tarcisio Fedrizzi * Tarcisio Fedrizzi
* Patric Schmitz * Patric Schmitz
* Claude * Claude

View File

@ -179,10 +179,11 @@
|<<hints-mode,mode>>|Mode to use for hints. |<<hints-mode,mode>>|Mode to use for hints.
|<<hints-chars,chars>>|Chars used for hint strings. |<<hints-chars,chars>>|Chars used for hint strings.
|<<hints-min-chars,min-chars>>|Minimum number of chars used for hint strings. |<<hints-min-chars,min-chars>>|Minimum number of chars used for hint strings.
|<<hints-scatter,scatter>>|Whether to scatter hint key chains (like Vimium) or not (like dwb). |<<hints-scatter,scatter>>|Whether to scatter hint key chains (like Vimium) or not (like dwb). Ignored for number hints.
|<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase. |<<hints-uppercase,uppercase>>|Make chars in hint strings uppercase.
|<<hints-dictionary,dictionary>>|The dictionary file to be used by the word hints. |<<hints-dictionary,dictionary>>|The dictionary file to be used by the word hints.
|<<hints-auto-follow,auto-follow>>|Follow a hint immediately when the hint text is completely matched. |<<hints-auto-follow,auto-follow>>|Follow a hint immediately when the hint text is completely matched.
|<<hints-auto-follow-timeout,auto-follow-timeout>>|A timeout to inhibit normal-mode key bindings after a successfulauto-follow.
|<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links. |<<hints-next-regexes,next-regexes>>|A comma-separated list of regexes to use for 'next' links.
|<<hints-prev-regexes,prev-regexes>>|A comma-separated list of regexes to use for 'prev' links. |<<hints-prev-regexes,prev-regexes>>|A comma-separated list of regexes to use for 'prev' links.
|============== |==============
@ -1581,7 +1582,7 @@ Default: +pass:[1]+
[[hints-scatter]] [[hints-scatter]]
=== scatter === scatter
Whether to scatter hint key chains (like Vimium) or not (like dwb). Whether to scatter hint key chains (like Vimium) or not (like dwb). Ignored for number hints.
Valid values: Valid values:
@ -1618,6 +1619,12 @@ Valid values:
Default: +pass:[true]+ Default: +pass:[true]+
[[hints-auto-follow-timeout]]
=== auto-follow-timeout
A timeout to inhibit normal-mode key bindings after a successfulauto-follow.
Default: +pass:[0]+
[[hints-next-regexes]] [[hints-next-regexes]]
=== next-regexes === next-regexes
A comma-separated list of regexes to use for 'next' links. A comma-separated list of regexes to use for 'next' links.