diff options
| author | Stephen Blott | 2015-09-10 10:11:47 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-09-10 10:11:47 +0100 |
| commit | 92052d5cb9d0f190c47d985d0e35ec1944483dab (patch) | |
| tree | 82a13f5b17abe7c3354fdc5160ed332f93d153e5 /lib | |
| parent | 2e0f80c2b4abd9ecfe3ff37f3c2d64d85edced35 (diff) | |
| parent | 3c1c4d44b0b7aec174f4d952c0a0d0bb2babf64c (diff) | |
| download | vimium-92052d5cb9d0f190c47d985d0e35ec1944483dab.tar.bz2 | |
Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engine
Search completion; add support for Qwant completion
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee index 26b034e8..dd1aa377 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -156,6 +156,7 @@ Settings = # b: https://www.bing.com/search?q=%s Bing # d: https://duckduckgo.com/?q=%s DuckDuckGo # az: http://www.amazon.com/s/?field-keywords=%s Amazon + # qw: https://www.qwant.com/?q=%s Qwant """ newTabUrl: "chrome://newtab" grabBackFocus: false |
