aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-25 19:58:32 +0200
committerSoispha <soispha@vhack.eu>2023-06-25 19:58:32 +0200
commite15d12af925dae0019c1fb013b8a8ec1de9f270c (patch)
tree6ae54225c52dfa76802ed9f40c412f553d5ff6e8 /home-manager
parentBuild(flake): Update (diff)
downloadnixos-config-e15d12af925dae0019c1fb013b8a8ec1de9f270c.zip
Fix(hm/conf/neomutt): Remap l to something usefull
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"];
}