diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-10 14:29:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 14:29:38 +0900 |
commit | 6bf592a93cafd8e689ac8687f0b69ab9cd3394f0 (patch) | |
tree | 3bf76581f37cb639147c0f9628ea96c4e469749e /docs/console_commands.md | |
parent | 0dba6e7ad1a7860da441e3a5a19c0e7a74caeb8c (diff) | |
parent | 68cc663ac83a1013a8511a809f2a85914871da15 (diff) |
Merge pull request #785 from ueokande/docs-mobile-support
Support responsive design on docs
Diffstat (limited to 'docs/console_commands.md')
-rw-r--r-- | docs/console_commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/console_commands.md b/docs/console_commands.md index 1cdcb6e..434f74a 100644 --- a/docs/console_commands.md +++ b/docs/console_commands.md @@ -35,7 +35,7 @@ To use a search engine other than the default, specify the search engine to use :open yahoo How to contribute to Vim-Vixen ``` -To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.html) section. +To adjust the default search-engine and add/remove search engines, see the [search engines](./search_engines.md) section. Use <kbd>Tab</kbd> to select from the autocomplete suggestions. To configure this, set the [`complete` property.](./properties.html#complete) @@ -94,5 +94,5 @@ the current page. ## `:set` The `:set` command can be used to temporarily override properties in the -console. See the [properties](./properties.html) section for more details on +console. See the [properties](./properties.md) section for more details on the available properties. |