diff options
| author | Soispha <soispha@vhack.eu> | 2023-06-25 19:58:32 +0200 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2023-06-25 19:58:32 +0200 |
| commit | e15d12af925dae0019c1fb013b8a8ec1de9f270c (patch) | |
| tree | 6ae54225c52dfa76802ed9f40c412f553d5ff6e8 /home-manager | |
| parent | Build(flake): Update (diff) | |
| download | nixos-config-e15d12af925dae0019c1fb013b8a8ec1de9f270c.zip | |
Fix(hm/conf/neomutt): Remap l to something usefull
Diffstat (limited to '')
| -rw-r--r-- | home-manager/config/neomutt/default.nix | 7 |
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"]; } |
