From 79768266a153af37bf1931ea02ae410e746607fc Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 4 Jun 2019 13:28:44 +0200 Subject: [PATCH] Add open in webarchive to qutebrowser,unify keys --- .config/qutebrowser/config.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 056948c..a37fbf7 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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 ra +# currently the idea is to prefix bookmarklets with b (as in open "bookmarklet") +# wallabag add current page, either with walla command, or 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