mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Document setnull as deletion method for default searchurls.
This commit is contained in:
parent
7a47fa0d46
commit
0d0ce4bbd9
1 changed files with 2 additions and 0 deletions
|
@ -623,6 +623,8 @@ export class default_config {
|
|||
* Examples:
|
||||
* - When running `open gi cute puppies`, with a `gi` searchurl defined with `set searchurls.gi https://www.google.com/search?q=%s&tbm=isch`, tridactyl will navigate to `https://www.google.com/search?q=cute puppies&tbm=isch`.
|
||||
* - When running `tabopen translate en ja Tridactyl`, with a `translate` searchurl defined with `set searchurls.translate https://translate.google.com/#view=home&op=translate&sl=%s1&tl=%s2&text=%s3`, tridactyl will navigate to `https://translate.google.com/#view=home&op=translate&sl=en&tl=ja&text=Tridactyl`.
|
||||
*
|
||||
* [[setnull]] can be used to "delete" the default search engines. E.g. `setnull searchurls.google`.
|
||||
*/
|
||||
searchurls = {
|
||||
google: "https://www.google.com/search?q=",
|
||||
|
|
Loading…
Add table
Reference in a new issue