Improve documentation for :hint --rapid
This commit is contained in:
parent
d19d896881
commit
456c854f06
@ -493,8 +493,10 @@ Start hinting.
|
|||||||
|
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-r*+, +*--rapid*+: Whether to do rapid hinting. This is only possible with targets `tab` (with `tabs.background_tabs=true`), `tab-bg`,
|
* +*-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
|
||||||
`window`, `run`, `hover`, `userscript` and `spawn`.
|
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.
|
* +*-m*+, +*--mode*+: The hinting mode to use.
|
||||||
|
|
||||||
|
@ -617,9 +617,11 @@ class HintManager(QObject):
|
|||||||
"""Start hinting.
|
"""Start hinting.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
rapid: Whether to do rapid hinting. This is only possible with
|
rapid: Whether to do rapid hinting. With rapid hinting, the hint
|
||||||
targets `tab` (with `tabs.background_tabs=true`), `tab-bg`,
|
mode isn't left after a hint is followed, so you can easily open
|
||||||
`window`, `run`, `hover`, `userscript` and `spawn`.
|
multiple links. This is only possible with targets `tab`
|
||||||
|
(with `tabs.background_tabs=true`), `tab-bg`, `window`,
|
||||||
|
`run`, `hover`, `userscript` and `spawn`.
|
||||||
add_history: Whether to add the spawned or yanked link to the
|
add_history: Whether to add the spawned or yanked link to the
|
||||||
browsing history.
|
browsing history.
|
||||||
group: The element types to hint.
|
group: The element types to hint.
|
||||||
|
Loading…
Reference in New Issue
Block a user