From d025999b7553d41ca9fc920ad7ecbfc441a7e0c5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 26 Oct 2020 19:37:39 -0700 Subject: [PATCH] qutebrowser: wiki searchengine --- qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b35d45d..c5bf50f 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1265,6 +1265,7 @@ c.url.searchengines = { "rdoc": "https://rubyapi.org/2.7/o/s?q={}", "thesaurus": "https://www.thesaurus.com/browse/{}", "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.