Add godoc to qutebrowser searchengines
This commit is contained in:
parent
08cac0f291
commit
b7fd656fc5
1 changed files with 1 additions and 0 deletions
|
|
@ -1250,6 +1250,7 @@ c.url.default_page = 'about:blank'
|
|||
c.url.searchengines = {
|
||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||
'aur': 'https://aur.archlinux.org/packages/?K={}',
|
||||
'godoc': 'https://godoc.org/?q={}',
|
||||
'py2': 'https://docs.python.org/2/search.html?q={}',
|
||||
'py3': 'https://docs.python.org/3/search.html?q={}',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue