update search engines
This commit is contained in:
parent
8dd85aa1f4
commit
e0a8bb4509
1 changed files with 3 additions and 3 deletions
|
@ -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={}'}
|
||||
|
||||
|
|
Loading…
Reference in a new issue