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:
parent
9fd0ab9b91
commit
5806aee591
1 changed files with 2 additions and 2 deletions
|
@ -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={}",
|
||||
|
|
Loading…
Reference in a new issue