diff --git a/README.asciidoc b/README.asciidoc index 2182f363d..ecf88893d 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -148,9 +148,9 @@ Contributors, sorted by the number of commits in descending order: * Alexander Cogneau * Felix Van der Jeugt * Martin Tournoij +* Jakub Klinkovský * Raphael Pierzina * Joel Torstensson -* Jakub Klinkovský * Tarcisio Fedrizzi * Patric Schmitz * Claude diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 2a2a2dc42..e8bde520f 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -179,10 +179,11 @@ |<>|Mode to use for hints. |<>|Chars used for hint strings. |<>|Minimum number of chars used for hint strings. -|<>|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. |<>|Make chars in hint strings uppercase. |<>|The dictionary file to be used by the word hints. |<>|Follow a hint immediately when the hint text is completely matched. +|<>|A timeout to inhibit normal-mode key bindings after a successfulauto-follow. |<>|A comma-separated list of regexes to use for 'next' links. |<>|A comma-separated list of regexes to use for 'prev' links. |============== @@ -1581,7 +1582,7 @@ Default: +pass:[1]+ [[hints-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: @@ -1618,6 +1619,12 @@ Valid values: 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]] === next-regexes A comma-separated list of regexes to use for 'next' links.