diff options
| author | Michael SALIHI | 2015-09-10 07:34:00 +0200 |
|---|---|---|
| committer | Michael SALIHI | 2015-09-10 07:49:53 +0200 |
| commit | ed863f6fa4cd1006c31f60edb3ad0639c6983e37 (patch) | |
| tree | ebe43883f4d4a97e07f71459eeea555956dd3ebf /lib | |
| parent | ced7a47e90e2ba2e1dba9e71c26e1172bd0e7576 (diff) | |
| download | vimium-ed863f6fa4cd1006c31f60edb3ad0639c6983e37.tar.bz2 | |
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 99a20963..0d787036 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 |
