plugins.wilder.nextKey

A key to map to wilder#next() providing next 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: "<Tab>"

Declared by:

plugins.wilder.nextKey.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.nextKey.key

A key to map to wilder#next() providing next suggestion.

Type: string