nichts/nyx/homes/notashelf/programs/terminal/tools/neomutt/macros.nix
2024-04-09 23:11:33 +02:00

15 lines
346 B
Nix

{
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"];
}
];
}