plugins.wilder.prevKey
A key to map to wilder#prev()
providing previous suggestion.
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: "<S-Tab>"
Declared by:
plugins.wilder.prevKey.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.prevKey.key
A key to map to wilder#prev()
providing previous suggestion.
Type: string