plugins.wilder.acceptKey
Mapping to bind to wilder#accept_completion()
.
NOTE:
A string or an attrs (with keys key
and fallback
) representing the mapping to bind to
|wilder#next()|
.
If a string is provided, it is automatically converted to {key = <KEY>; fallback = <KEY>;}
.
mapping
is the|cmap|
used to bind to|wilder#next()|
.fallback
is the mapping used if|wilder#in_context()|
is false.
Type: null or string or (submodule)
Default:
null
Plugin default: "<Down>"
Declared by:
plugins.wilder.acceptKey.fallback
For a no-op, set <fallback> to “”.
The fallback mappings can be disabled by setting fallback
to 0.
Disabling the fallback mapping allows a |<Cmd>|
mapping to be used which improves
rendering performance slightly as the mappings to be called outside the sandbox
(see |:map-expression|
).
Type: string or value false (singular enum)
plugins.wilder.acceptKey.key
Mapping to bind to wilder#accept_completion()
.
Type: string