[qutebrowser] Add dict.cc quick search engine

Use d and search term to translate the therm (by default German-English
and vice versa).
This commit is contained in:
Marty Oehme 2019-08-08 13:34:40 +02:00
parent 9061c77232
commit dbcc42051e

View file

@ -115,6 +115,7 @@ config.bind(leader + "VV", "config-source")
c.url.searchengines = { c.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?q={}", "DEFAULT": "https://duckduckgo.com/?q={}",
"d": "https://www.dict.cc/?s={}",
"g": "https://www.google.com/search?q={}", "g": "https://www.google.com/search?q={}",
"r": "https://old.reddit.com/r/{}", "r": "https://old.reddit.com/r/{}",
"w": "https://en.wikipedia.org/w/index.php?search={}", "w": "https://en.wikipedia.org/w/index.php?search={}",