summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-12-15 23:00:06 +0100
committerFlorian Bruhin <git@the-compiler.org>2017-12-15 23:00:06 +0100
commitf5dd392701d130865fc3965a03fe4f216fd0aec9 (patch)
tree6c96ba6a4d511a37d3f03a1ef2fb71e99293f19d
parent21bf44614770a91ce62ef0a5fa8e497b921e17de (diff)
downloadqutebrowser-f5dd392701d130865fc3965a03fe4f216fd0aec9.tar.gz
qutebrowser-f5dd392701d130865fc3965a03fe4f216fd0aec9.zip
Regenerate docs
-rw-r--r--doc/help/commands.asciidoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index ed0769683..098ada8af 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -516,7 +516,7 @@ Show help about a command or setting.
[[hint]]
=== hint
-Syntax: +:hint [*--rapid*] [*--mode* 'mode'] [*--add-history*]
+Syntax: +:hint [*--mode* 'mode'] [*--add-history*] [*--rapid*]
['group'] ['target'] ['args' ['args' ...]]+
Start hinting.
@@ -570,11 +570,6 @@ Start hinting.
==== optional arguments
-* +*-r*+, +*--rapid*+: Whether to do rapid hinting. With rapid hinting, the hint mode isn't left after a hint is followed, so you can easily
- open multiple links. This is only possible with targets
- `tab` (with `tabs.background_tabs=true`), `tab-bg`,
- `window`, `run`, `hover`, `userscript` and `spawn`.
-
* +*-m*+, +*--mode*+: The hinting mode to use.
- `number`: Use numeric hints.
@@ -586,6 +581,11 @@ Start hinting.
* +*-a*+, +*--add-history*+: Whether to add the spawned or yanked link to the browsing history.
+* +*-r*+, +*--rapid*+: Whether to do rapid hinting. With rapid hinting, the hint mode isn't left after a hint is followed, so you can easily
+ open multiple links. This is only possible with targets
+ `tab` (with `tabs.background_tabs=true`), `tab-bg`,
+ `window`, `run`, `hover`, `userscript` and `spawn`.
+
==== note
* This command does not split arguments after the last argument and handles quotes literally.