commit 5f75e1d2ec58a159799d8d3ff7dae7006826e9b0
parent eca1df01f9ba2790ebff9f28c2686596a6efef50
Author: Sven Möller <sven-moeller@outlook.de>
Date: Tue, 11 Jan 2022 15:28:35 +0100
Adjust bookmark shortcut
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py
@@ -33,7 +33,6 @@ config.bind('yf', 'hint links yank')
config.bind(',y', 'hint links spawn mpv {hint-url}')
config.bind('gh', 'home')
config.bind('gr', 'spawn --userscript readability-js')
-config.bind('<Ctrl-b>', 'spawn -v wallabag add {url}')
-config.bind('<Ctrl-Shift-b>', 'spawn -v wallabag add --starred {url}')
+config.bind('<Ctrl-b>', 'spawn -v bm {url}')
config.bind('<Ctrl-s>', 'spawn lh -g {url}')
config.bind(',s', 'hint links spawn lh -g {hint-url}')