mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
google -> duck duck
This commit is contained in:
parent
1f9ca38719
commit
3eb9aaf84c
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
|||
],
|
||||
|
||||
// if none of the keys are matched, this is triggered
|
||||
// for DuckDuckGo use: https://duckduckgo.com/?q=
|
||||
defaultCommand: 'https://www.google.com/search?q=',
|
||||
// for Google use: ttps://www.google.com/search?q=
|
||||
defaultCommand: 'https://duckduckgo.com/?q=',
|
||||
|
||||
// the delimiter between the key and your search query
|
||||
// e.g. to search GitHub for potatoes you'd type "g:potatoes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue