From 17952e48a72bbccdc0781130814a6f5711f8d0a8 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 7 Aug 2019 19:02:52 -0700 Subject: [PATCH] Qutebrowser search engine "thesaurus" --- qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b264ba8..bd8beb2 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1256,6 +1256,7 @@ c.url.searchengines = { "mdn": "https://developer.mozilla.org/search?q={}", "py2": "https://docs.python.org/2/search.html?q={}", "py3": "https://docs.python.org/3/search.html?q={}", + "thesaurus": "https://www.thesaurus.com/browse/{}", } # The page(s) to open at the start.