[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:
parent
9061c77232
commit
dbcc42051e
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ config.bind(leader + "VV", "config-source")
|
|||
|
||||
c.url.searchengines = {
|
||||
"DEFAULT": "https://duckduckgo.com/?q={}",
|
||||
"d": "https://www.dict.cc/?s={}",
|
||||
"g": "https://www.google.com/search?q={}",
|
||||
"r": "https://old.reddit.com/r/{}",
|
||||
"w": "https://en.wikipedia.org/w/index.php?search={}",
|
||||
|
|
Loading…
Reference in a new issue