plugins.wtf.keymaps.grep_history

Keymap for the grep_history action.

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

Default: null

Declared by:

plugins.wtf.keymaps.grep_history.action

The action to execute.

Type: string or raw lua code

Default:

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

Declared by:

plugins.wtf.keymaps.grep_history.key

The key to map.

Type: string

Default: "wg"

Example: "<C-m>"

Declared by:

plugins.wtf.keymaps.grep_history.mode

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

Type: one of or non-empty list of “”, “n”, “!”, “i”, “c”, “v”, “x”, “s”, “o”, “t”, “l”, “!a”, “ia”, “ca”

Default: "n"

Example:

[
  "n"
  "v"
]

Declared by: