aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/config/neomutt/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/home-manager/config/neomutt/default.nix b/home-manager/config/neomutt/default.nix
index e02615c9..d140eac1 100644
--- a/home-manager/config/neomutt/default.nix
+++ b/home-manager/config/neomutt/default.nix
@@ -154,7 +154,12 @@
}
{
- action = "imap-fetch-mail";
+ action = "search-next";
+ key = "l";
+ map = ["index"];
+ }
+ {
+ action = "limit";
key = "f";
map = ["index"];
}