more sensible defaults

This commit is contained in:
Cade Scroggins
2016-12-13 01:01:47 -08:00
parent 2a1605c167
commit 4ba1394af0
+2 -2
View File
@@ -26,7 +26,7 @@
], ],
// if none of the keys are matched, this is used for searching. // if none of the keys are matched, this is used for searching.
defaultSearch: 'https://encrypted.google.com/search?q=', defaultSearch: 'https://start.duckduckgo.com/?q=',
// the delimiter between the key and your search query. // the delimiter between the key and your search query.
// e.g. to search GitHub for potatoes you'd type "g:potatoes". // e.g. to search GitHub for potatoes you'd type "g:potatoes".
@@ -41,7 +41,7 @@
instantRedirect: false, instantRedirect: false,
// suggest your most popular queries as you type. // suggest your most popular queries as you type.
suggestions: true, suggestions: false,
// max amount of suggestions to display. // max amount of suggestions to display.
suggestionsLimit: 4, suggestionsLimit: 4,