1
0
Fork 0

qutebrowser: wiki searchengine

This commit is contained in:
Jeremy Kaplan 2020-10-26 19:37:39 -07:00
commit d025999b75

View file

@ -1265,6 +1265,7 @@ c.url.searchengines = {
"rdoc": "https://rubyapi.org/2.7/o/s?q={}", "rdoc": "https://rubyapi.org/2.7/o/s?q={}",
"thesaurus": "https://www.thesaurus.com/browse/{}", "thesaurus": "https://www.thesaurus.com/browse/{}",
"ud": "https://www.urbandictionary.com/define.php?term={}", "ud": "https://www.urbandictionary.com/define.php?term={}",
"wiki": "https://en.wikipedia.org/w/index.php?search={}",
} }
# The page(s) to open at the start. # The page(s) to open at the start.