Alias chorus.keymap.Lhs

alias chorus.keymap.Lhs = (string | string[])

Left-hand side in a keymap spec

Several formats are possible:

  1. ["<mode> <keys>"]: Mode (or modes) and key sequence together

  2. ["<mode>"]: Only a mode (or modes); nested tables specifies key sequences only

  3. ["<keys>"]: Only a key sequence; mode must be specified in a parent table

  4. [{ "<lhs>", ... }]: Multiple left-hand sides with a common right-hand side

Modes have the following formats:

  1. <m1>...: One or more modes, e.g. vn, but not abbreviations

  2. ca: Command mode abbreviation

  3. ia: Insert mode abbreviation

  4. !a: Both abbreviation modes