more sensible defaults
This commit is contained in:
+2
-2
@@ -26,7 +26,7 @@
|
||||
],
|
||||
|
||||
// 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.
|
||||
// e.g. to search GitHub for potatoes you'd type "g:potatoes".
|
||||
@@ -41,7 +41,7 @@
|
||||
instantRedirect: false,
|
||||
|
||||
// suggest your most popular queries as you type.
|
||||
suggestions: true,
|
||||
suggestions: false,
|
||||
|
||||
// max amount of suggestions to display.
|
||||
suggestionsLimit: 4,
|
||||
|
||||
Reference in New Issue
Block a user