MyNixOS website logo

Meli Configuration.

Declarations
Type
TOML value
Default
{ }
Example
{
shortcuts = {
contact-list = {
            create_contact = "c";
            edit_contact = "m";
          };
general = {
  edit = "m";
  scroll_up = "e";
  scroll_down = "n";
};
composing = {
  edit = "m";
  scroll_up = "e";
  scroll_down = "n";
};
listing = {
  new_mail = "t";
  set_seen = "s";
};
pager = {
            scroll_up = "e";
            scroll_down = "n";
};

}
}