From aee8baaac3d3e39e90c08d9c7a3a6bf806071ae4 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 10 Jul 2023 10:53:07 +0200 Subject: stuff --- email/neomutt.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'email') diff --git a/email/neomutt.nix b/email/neomutt.nix index a7ec0b9..6b4b354 100644 --- a/email/neomutt.nix +++ b/email/neomutt.nix @@ -177,7 +177,8 @@ { map = ["pager"]; key = "G"; action = "bottom"; } { map = ["index" "pager" "browser"]; key = "d"; action = "half-down"; } { map = ["index" "pager" "browser"]; key = "u"; action = "half-up"; } - { map = ["index" "pager"]; key = "R"; action = "group-reply"; } + { map = ["index" "pager"]; key = "\\Cr"; action = "group-reply"; } + { map = ["index" "pager"]; key = "R"; action = "group-chat-reply"; } { map = ["index"]; key = "\031"; action = "previous-undeleted"; } { map = ["index"]; key = "\005"; action = "next-undeleted"; } { map = ["pager"]; key = "\031"; action = "previous-line"; } -- cgit v1.2.3