mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Bikeshed search engine FAQ
This commit is contained in:
parent
19390c4e95
commit
1339e65499
1 changed files with 4 additions and 6 deletions
10
readme.md
10
readme.md
|
@ -191,15 +191,13 @@ You can bind your own shortcuts in normal mode with the `:bind` command. For exa
|
||||||
|
|
||||||
- How can I change the default search engine?
|
- How can I change the default search engine?
|
||||||
|
|
||||||
`:set searchengine [SEARCH_URL]`
|
`:set searchengine [searchurl name]`, e.g. `:set searchengine google`
|
||||||
|
|
||||||
where `[SEARCH_URL]` is a placeholder for the searchurl you want to use as the default search engine.
|
For instance, to use the European Space Agency as the default search engine (which may not necessarily be a good idea):
|
||||||
|
|
||||||
For instance, to use DuckDuckGo as the default search engine:
|
`:set searchurls.esa http://www.esa.int/esasearch?q=`
|
||||||
|
|
||||||
`:set searchurls.WHATEVER https://duckduckgo.com/?q=%s`
|
`:set searchengine esa`
|
||||||
|
|
||||||
`:set searchengine WHATEVER`
|
|
||||||
|
|
||||||
- How can I add a search engine?
|
- How can I add a search engine?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue