aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"];
}
];