diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-07-10 10:53:07 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-07-10 10:53:07 +0200 |
| commit | aee8baaac3d3e39e90c08d9c7a3a6bf806071ae4 (patch) | |
| tree | 5f0ebbc5cbf1173ee4910e037d4ccd7e28f2146b /email | |
| parent | 7d78321c0ed6b3ae9f56ddb5f502110212d8fb86 (diff) | |
stuff
Diffstat (limited to 'email')
| -rw-r--r-- | email/neomutt.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; } |
