From c47f0402ab3c3be46e5a9bad5be3e278d7c48347 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 10 Nov 2017 13:12:46 +0100 Subject: [PATCH] Fix lint --- doc/help/commands.asciidoc | 8 ++++---- qutebrowser/browser/hints.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index b863659ec..367439e34 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -493,10 +493,10 @@ 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`. +* +*-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. diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index 0505ed6ee..d5e00e828 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -618,10 +618,10 @@ class HintManager(QObject): Args: 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`. + 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`. add_history: Whether to add the spawned or yanked link to the browsing history. group: The element types to hint.