plugins.wtf.keymaps.ai

Keymap for the ai action.

Type: null or ((submodule) or string convertible to it)

Default: null

Declared by:

plugins.wtf.keymaps.ai.action

The action to execute.

Type: string or raw lua code

Default:

{
  __raw = "require('wtf').ai";
}

Declared by:

plugins.wtf.keymaps.ai.key

The key to map.

Type: string

Default: "gw"

Example: "<C-m>"

Declared by:

plugins.wtf.keymaps.ai.mode

One or several modes. Use the short-names ("n", "v", …). See :h map-modes to learn more.

Type: one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x” or list of (one of “c”, “i”, “!”, “l”, “n”, “”, “o”, “s”, “t”, “v”, “x”)

Default:

[
  "n"
  "x"
]

Example:

[
  "n"
  "v"
]

Declared by: