nichts/nyx/homes/notashelf/programs/terminal/tools/neomutt/macros.nix

16 lines
346 B
Nix
Raw Normal View History

2024-04-09 23:11:33 +02:00
{
macros = [
{
# toggle the sidebar's visibility and refresh/redraw the screen
action = "<enter-command>toggle sidebar_visible<enter><refresh>";
key = "B";
map = ["index"];
}
{
action = "<enter-command>toggle sidebar_visible<enter><redraw-screen>";
key = "B";
map = ["pager"];
}
];
}