kakoune/doc/pages
Maxime Coste 65587d1eee Auto-insert best completion on space for menu completions
The menu flag signifies that only the completions are valid arguments,
hence it makes sense to auto insert the best one on space.

Because full match is always considered the best match in completion
ranking, this should always have a reasonable behaviour.

This makes it harder to enter a hidden command, but completion can
always be disabled via <c-o> or by quoting in those rare cases.
2020-10-19 21:43:03 +11:00
..
buffers.asciidoc doc: Add more details about debug buffers. 2019-02-17 11:09:58 +11:00
changelog.asciidoc Auto-insert best completion on space for menu completions 2020-10-19 21:43:03 +11:00
command-parsing.asciidoc Document escaping %-strings and add more examples 2019-01-31 09:00:08 -05:00
commands.asciidoc Remove the rename-client's nc alias 2020-10-19 20:30:33 +11:00
execeval.asciidoc Add a -verbatim switch to evaluate-commands for perfect forwarding 2019-10-23 22:30:23 +11:00
expansions.asciidoc Override runtime by setting $KAKOUNE_RUNTIME 2020-08-04 11:48:34 -04:00
faces.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
faq.asciidoc doc faq: Document the frugal scripting language 2020-08-10 12:23:35 +03:00
highlighters.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
hooks.asciidoc doc: Document the form of next-key sub-modes in the ModeChange hook. 2020-09-21 17:28:18 +10:00
keymap.asciidoc Fixed some English typos 2019-08-04 00:45:19 +02:00
keys.asciidoc Add support for explicit completion in prompt mode 2020-10-19 19:36:58 +11:00
mapping.asciidoc Make arrow keys normal mode mappings instead of commands 2019-09-15 19:40:38 +10:00
modes.asciidoc doc: mention comma key for entering user-mode 2020-10-04 13:34:57 +02:00
options.asciidoc Add support for removing from options 2020-09-09 21:00:30 +10:00
regex.asciidoc [doc] Escape asciidoc meta-character 2020-07-09 12:00:01 +02:00
registers.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
scopes.asciidoc doc: Document the buffer=/path/to/file scope syntax. 2019-01-23 12:34:02 +11:00