From 0d7908bd09165db6699908b7e3970f137327cbf0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 4 Jan 2025 18:56:03 +0100 Subject: [PATCH] neomutt: Document how to bind Ctrl keys (#6254) Signed-off-by: Matthias Beyer --- modules/programs/neomutt.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/programs/neomutt.nix b/modules/programs/neomutt.nix index 588b801e..15cda630 100644 --- a/modules/programs/neomutt.nix +++ b/modules/programs/neomutt.nix @@ -130,7 +130,11 @@ let key = mkOption { type = types.str; example = ""; - description = "The key to bind."; + description = '' + The key to bind. + + If you want to bind '\Cp' for example, which would be Ctrl + 'p', you need to escape twice: '\\Cp'! + ''; }; action = mkOption {