aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2015-09-10 10:11:47 +0100
committerStephen Blott2015-09-10 10:11:47 +0100
commit92052d5cb9d0f190c47d985d0e35ec1944483dab (patch)
tree82a13f5b17abe7c3354fdc5160ed332f93d153e5 /lib
parent2e0f80c2b4abd9ecfe3ff37f3c2d64d85edced35 (diff)
parent3c1c4d44b0b7aec174f4d952c0a0d0bb2babf64c (diff)
downloadvimium-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.coffee1
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