Add open in webarchive to qutebrowser,unify keys
This commit is contained in:
parent
eb57109565
commit
79768266a1
1 changed files with 6 additions and 2 deletions
|
@ -76,9 +76,13 @@ c.aliases["q"] = "tab-close"
|
||||||
c.aliases["e"] = "session-load"
|
c.aliases["e"] = "session-load"
|
||||||
|
|
||||||
# bookmarklet aliases:
|
# 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"
|
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
|
# set stylesheets for the browser to use
|
||||||
# leader - ss to remove all applied stylesheets
|
# leader - ss to remove all applied stylesheets
|
||||||
|
|
Loading…
Reference in a new issue