about summary refs log tree commit diff stats
path: root/home-manager/config/neomutt/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-16 08:50:30 +0200
committerSoispha <soispha@vhack.eu>2023-06-16 08:50:30 +0200
commitb5c03adae81e46e17661bec9463730e029ce1221 (patch)
treead6d2d30c10d77e7a25fce51fef2c0cf91f1adc4 /home-manager/config/neomutt/default.nix
parentchore(version): v1.8.2 (diff)
downloadnixos-config-b5c03adae81e46e17661bec9463730e029ce1221.tar.gz
nixos-config-b5c03adae81e46e17661bec9463730e029ce1221.zip
Fix(hm/conf/neomutt): Remove duplicate bindings
Diffstat (limited to '')
-rw-r--r--home-manager/config/neomutt/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/home-manager/config/neomutt/default.nix b/home-manager/config/neomutt/default.nix
index 01833656..e02615c9 100644
--- a/home-manager/config/neomutt/default.nix
+++ b/home-manager/config/neomutt/default.nix
@@ -57,42 +57,42 @@
       # Scrolling
       {
         action = "next-page";
-        key = "\CF";
+        key = "\\CF";
         map = ["attach" "browser" "pager" "index"];
       }
       {
         action = "previous-page";
-        key = "\CB";
+        key = "\\CB";
         map = ["attach" "browser" "pager" "index"];
       }
       {
         action = "half-up";
-        key = "\Cu";
+        key = "\\Cu";
         map = ["attach" "browser" "pager" "index"];
       }
       {
         action = "half-down";
-        key = "\Cd";
+        key = "\\Cd";
         map = ["attach" "browser" "pager" "index"];
       }
       {
         action = "next-line";
-        key = "\Ce";
+        key = "\\Ce";
         map = ["browser" "pager"];
       }
       {
         action = "previous-line";
-        key = "\Cy";
+        key = "\\Cy";
         map = ["browser" "pager"];
       }
       {
         action = "next-line";
-        key = "\Ce";
+        key = "\\Ce";
         map = ["index"];
       }
       {
         action = "previous-line";
-        key = "\Cy";
+        key = "\\Cy";
         map = ["index"];
       }
 
@@ -111,7 +111,7 @@
       {
         # Doesn't work currently
         action = "list-reply";
-        key = "\Cm";
+        key = "\\Cm";
         map = ["index"];
       }
 
@@ -155,7 +155,7 @@
 
       {
         action = "imap-fetch-mail";
-        key = "g";
+        key = "f";
         map = ["index"];
       }
     ];