diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-10-02 09:54:22 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-10-02 09:54:22 +0200 |
commit | e98bbbd7a90fa6e31d116877615713a6066dab6d (patch) | |
tree | 4ffcc28c882c407c3d1560c23a9358bcbdc997e0 /qutebrowser | |
parent | b01e6816cccea22fa996d5d6766ef959d3d0c496 (diff) |
Add thesaurus shortcut
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 40a228e..18d689e 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -53,6 +53,7 @@ c.url.searchengines = { 'ddg': 'https://duckduckgo.com/?q={}', 'cam': 'https://dictionary.cambridge.org/dictionary/english/{}', 'dic': 'http://www.dictionary.com/browse/{}', + 'th': 'http://www.thesaurus.com/browse/{}', 'google': 'https://www.google.com/search?hl=en&q={}', 'hn': 'https://hn.algolia.com/?query={}', 'lit': 'https://www.littre.org/recherche?mot={}', |