qutebrowser python doc search
This commit is contained in:
parent
48da6ff1ef
commit
08d0f70327
1 changed files with 2 additions and 0 deletions
|
|
@ -1250,6 +1250,8 @@ c.url.default_page = 'about:blank'
|
||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
'DEFAULT': 'https://duckduckgo.com/?q={}',
|
||||||
'aur': 'https://aur.archlinux.org/packages/?K={}',
|
'aur': 'https://aur.archlinux.org/packages/?K={}',
|
||||||
|
'py2': 'https://docs.python.org/2/search.html?q={}',
|
||||||
|
'py3': 'https://docs.python.org/3/search.html?q={}',
|
||||||
}
|
}
|
||||||
|
|
||||||
## The page(s) to open at the start.
|
## The page(s) to open at the start.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue