mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
more sensible defaults
This commit is contained in:
parent
2a1605c167
commit
4ba1394af0
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue