mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Added some more search engines
This commit is contained in:
parent
c060891724
commit
130d637598
|
@ -80,7 +80,11 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}',
|
||||||
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go',
|
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go',
|
||||||
'yt' : 'https://www.youtube.com/results?search_query={}',
|
'yt' : 'https://www.youtube.com/results?search_query={}',
|
||||||
'od' : 'https://odysee.com/$/search?q={}',
|
'od' : 'https://odysee.com/$/search?q={}',
|
||||||
'gd' : 'https://drive.google.com/drive/search?q={}'
|
'gd' : 'https://drive.google.com/drive/search?q={}',
|
||||||
|
'gh' : 'https://github.com/search?q={}&type=repositories',
|
||||||
|
'gl' : 'https://gitlab.com/search?search={}&nav_source=navbar',
|
||||||
|
'np' : 'https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20{}&type=code',
|
||||||
|
'wk' : 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}&title=Special%3ASearch&ns0=1'
|
||||||
}
|
}
|
||||||
|
|
||||||
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])
|
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])
|
||||||
|
|
Loading…
Reference in a new issue