Alias chorus.keymap.Lhs
-
alias chorus.keymap.Lhs = (
string
|string
[]) Left-hand side in a keymap spec
Several formats are possible:
["<mode> <keys>"]
: Mode (or modes) and key sequence together["<mode>"]
: Only a mode (or modes); nested tables specifies key sequences only["<keys>"]
: Only a key sequence; mode must be specified in a parent table[{ "<lhs>", ... }]
: Multiple left-hand sides with a common right-hand side
Modes have the following formats:
<m1>...
: One or more modes, e.g.vn
, but not abbreviationsca
: Command mode abbreviationia
: Insert mode abbreviation!a
: Both abbreviation modes