diff --git a/qutebrowser/.config/qutebrowser/maps.py b/qutebrowser/.config/qutebrowser/maps.py index 6c09877..faca87c 100644 --- a/qutebrowser/.config/qutebrowser/maps.py +++ b/qutebrowser/.config/qutebrowser/maps.py @@ -49,6 +49,8 @@ config.bind(leader + "tV", "set tabs.position left") # bind mpv to play the current page/links, using a single instance which queues the next link passed config.bind(lleader + "M", "spawn umpv {url}") config.bind(lleader + "m", "hint links spawn umpv {hint-url}") +config.bind(lleader + "I", "spawn nsxiv-rifle {url}") +config.bind(lleader + "i", "hint --rapid links spawn nsxiv-rifle {hint-url}") # bind youtube-dl to download the current page/links config.bind(lleader + "dM", "spawn vidl {url}")