qutebrowser: Switch google maps shortcut for qwant

Switched quicksearch using `maps <location>` query in the browser for
qwant openstreetmaps implementation.
This commit is contained in:
Marty Oehme 2021-11-16 12:06:48 +01:00
parent 9fd0ab9b91
commit 5806aee591
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from qutebrowser.api import interceptor, message
from qutebrowser.api import interceptor
c.url.searchengines = {
"#sci": "https://sci-hub.do/{}",
@ -18,7 +18,7 @@ c.url.searchengines = {
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
"lib": "http://libgen.fun/search.php?req={}",
"man": "https://manned.org/browse/search?q={}",
"maps": "https://www.google.fr/maps?q={}",
"maps": "https://www.qwant.com/maps/?q={}",
"r": "https://www.reddit.com/r/{}",
"t": "https://www.thesaurus.com/browse/{}",
"w": "https://en.wikipedia.org/w/index.php?search={}",