plugins.wtf.keymaps.history
Keymap for the history action.
Type: null or ((submodule) or string convertible to it)
Default:
null
Declared by:
plugins.wtf.keymaps.history.action
The action to execute.
Type: string or raw lua code
Default:
{
__raw = "require('wtf').history";
}
Declared by:
plugins.wtf.keymaps.history.key
The key to map.
Type: string
Default:
"wh"
Example:
"<C-m>"
Declared by:
plugins.wtf.keymaps.history.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"
Example:
[
"n"
"v"
]
Declared by: