diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 11:19:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 11:19:33 +0900 |
commit | 896c2cf60d009c9b12d99a394287cfb1d5ee1e3a (patch) | |
tree | d1496729a6e19f2913bbb7d7a767c4eb1e1a0a3f /docs | |
parent | b1a6f374dca078dee2406ebe049715b826e37ca2 (diff) | |
parent | 3d1f7925ba0a8b6d7cab24a66f80e9fbe835695f (diff) |
Merge pull request #660 from yaymukund/patch-1
Document how to use the autocomplete
Diffstat (limited to 'docs')
-rw-r--r-- | docs/console_commands.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/console_commands.md b/docs/console_commands.md index bf8f424..1cdcb6e 100644 --- a/docs/console_commands.md +++ b/docs/console_commands.md @@ -37,6 +37,8 @@ To use a search engine other than the default, specify the search engine to use To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.html) section. +Use <kbd>Tab</kbd> to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties.html#complete) + ## `:tabopen` Open a URL or search-engine query in a new tab. |