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<. - resolve_
function - An rmut action name or a mutt function name, resolved to the rmut
name the key tables use. None when the menu has no such function.
Both front ends bind keys through this, so
:bindand:macroaccept the same names in the terminal and in the window.