Skip to content

Commit

Permalink
neomutt: Document how to bind Ctrl keys (#6254)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer authored Jan 4, 2025
1 parent 11ab085 commit 0d7908b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/programs/neomutt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ let
key = mkOption {
type = types.str;
example = "<left>";
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 {
Expand Down

0 comments on commit 0d7908b

Please sign in to comment.