Merge pull request #3415 from niyumard/patch-1

Added search in a new tab.
This commit is contained in:
Oliver Blanthorn 2021-02-27 07:57:51 +00:00 committed by GitHub
commit f6853ae53a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ Tridactyl uses a similar notation to Vim for keys with modifiers: `<C-x>` means
- `o` in the current tab
- `t` in a new tab
- Using a capital letter in place of any of the previous commands opens the command with the current URL pasted into it, i.e, `W`,`O`,`T`
- `s` lets you search easily
- `s` lets you search easily in the current tab and `S` does so in a new tab.
- in general, you can search many search engines straight from these prompts by simply starting your query with the search engine, such as `bing` `duckduckgo` or `scholar`
- Navigate history with `H` and `L`
- `yy` copies the current URL to your clipboard