add search engines

This commit is contained in:
finga 2019-07-10 23:42:05 +02:00
parent cfd5f47fd5
commit 247f0a0d37

View file

@ -1355,7 +1355,9 @@ c.tabs.width = '12%'
## `:open google qutebrowser`.
## Type: Dict
c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}',
'g': 'https://www.google.com.ar/search?q={}',
'c': 'https://crates.io/search?q={}',
'g': 'https://www.google.com/search?q={}',
'dl': 'https://dict.leo.org/german-english/{}',
'd': 'https://duckduckgo.com/?q={}'}
## Page(s) to open at the start.