MyNixOS website logo

Extra lines added to $HOME/.config/aerc/binds.conf. Global keybindings can be set in the global section.

See aerc-config(5).

Declarations
Type
strings concatenated with "\n" or attribute set of (strings concatenated with "\n" or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma))
Default
{ }
Example
{
  messages = {
    q = ":quit<enter>";
  };
}</enter>