Add open in webarchive to qutebrowser,unify keys

This commit is contained in:
Marty Oehme 2019-06-04 13:28:44 +02:00
parent eb57109565
commit 79768266a1

View File

@ -76,9 +76,13 @@ c.aliases["q"] = "tab-close"
c.aliases["e"] = "session-load"
# bookmarklet aliases:
# wallabag add current page, either with walla command, or <leader>ra
# currently the idea is to prefix bookmarklets with b (as in open "bookmarklet")
# wallabag add current page, either with walla command, or <leader>bw
c.aliases["wallabag-add"] = "spawn --userscript wallabag_add.sh"
config.bind(leader + 'ra', 'wallabag-add', mode='normal')
config.bind(leader + 'bw', 'wallabag-add', mode='normal')
# re-opens the current page on the web archive overview page
c.aliases["archive-open"] = "open https://web.archive.org/web/{url}"
config.bind(leader + 'ba', 'archive-open', mode='normal')
# set stylesheets for the browser to use
# leader - ss to remove all applied stylesheets