Class chorus.keymap.args

class chorus.keymap.args

Keymap arguments

This table contains additional information about the currently executing mapping that may be useful. It is not passed directly to the callback to avoid diverging from the function signature used by vim.keymap.set or any future extensions it may introduce.

expr: boolean?

Expression mapping

noremap: boolean?

Non-recursive mapping

nowait: boolean?

No-wait mapping

script: boolean?

Script-local mapping

silent: boolean?

Silent mapping

unique: boolean?

Unique mapping

replace_keycodes: boolean?

Replace keycodes in return value

lhs: string

Left-hand side of mapping