Skip to content

Commit 09a4b32

Browse files
committed
docs: clarify completion.list section
Closes #2078
1 parent ce26f9f commit 09a4b32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/configuration/completion.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ completion.trigger.show_on_x_blocked_trigger_characters = { "'", '"', '(', '{',
130130

131131
Manages the completion list and its behavior when selecting items. The most commonly changed option is `selection.preselect/auto_insert`, which controls whether the list will automatically select the first item in the list, and whether a "preview" will be inserted on selection.
132132

133+
::: info
134+
The completion list in **cmdline mode** does **not** inherit the following settings from the default mode. To control its behavior, explicitly configure `cmdline.completion.list`. See [cmdline mode](../modes/cmdline.md) for more information.
135+
:::
136+
133137
:::tabs
134138
== Preselect, Auto Insert (default)
135139
```lua

0 commit comments

Comments
 (0)