update search engines

This commit is contained in:
finga 2019-11-09 20:38:03 +01:00
parent 8dd85aa1f4
commit e0a8bb4509

View file

@ -1354,10 +1354,10 @@ c.tabs.width = '12%'
## used by prepending the search engine name to the search term, e.g.
## `:open google qutebrowser`.
## Type: Dict
c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}',
c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?q={}',
's': 'https://searx.me/?q={}',
'c': 'https://crates.io/search?q={}',
'g': 'https://www.google.com/search?q={}',
'y': 'https://www.youtube.com/search?q={}',
'y': 'https://www.invidio.us/search?q={}',
'dl': 'https://dict.leo.org/german-english/{}',
'd': 'https://duckduckgo.com/?q={}'}