Expand description
Default keybindings plus config remaps ([keys.index] / [keys.pager],
action = "key"). Key syntax: a single character, or ctrl+x /
alt+x, or a name: enter, esc, space, tab, backspace, up, down,
left, right, pgup, pgdn, home, end.
Structs§
Enums§
Functions§
- parse_
key - parse_
sequence - A key sequence for macros: literal characters plus key names in
angle brackets (
<enter>,<esc>,<ctrl+x>, everythingparse_keyaccepts). None on an unknown name or an unclosed<.