qutebrowser: Change image viewing hints from rapid
Changed the hinting style for image viewing from rapid hinting to normal, single link hinting. In the future I will have to think more about image viewing shortcuts in general: I want to be able to open the current page, a single link (default) and multiple links in quick succession - how to accomplish without overloading the lleader+i mapping terribly? Plus, ideally I would want there to be a shortcut to open both links (hint links) and images themselves (hint images) which may require even further mappings.
This commit is contained in:
parent
0aeccdad4f
commit
8c00641c17
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ config.bind(leader + "tV", "set tabs.position left")
|
||||||
config.bind(lleader + "M", "spawn umpv {url}")
|
config.bind(lleader + "M", "spawn umpv {url}")
|
||||||
config.bind(lleader + "m", "hint links spawn umpv {hint-url}")
|
config.bind(lleader + "m", "hint links spawn umpv {hint-url}")
|
||||||
config.bind(lleader + "I", "spawn nsxiv-rifle {url}")
|
config.bind(lleader + "I", "spawn nsxiv-rifle {url}")
|
||||||
config.bind(lleader + "i", "hint --rapid links spawn nsxiv-rifle {hint-url}")
|
config.bind(lleader + "i", "hint links spawn nsxiv-rifle {hint-url}")
|
||||||
|
|
||||||
# bind youtube-dl to download the current page/links
|
# bind youtube-dl to download the current page/links
|
||||||
config.bind(lleader + "dM", "spawn vidl {url}")
|
config.bind(lleader + "dM", "spawn vidl {url}")
|
||||||
|
|
Loading…
Reference in a new issue