1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-11 11:39:49 +01:00

neomutt: Document how to bind Ctrl keys (#6254)

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2025-01-04 18:56:03 +01:00 committed by GitHub
parent 11ab08541e
commit 0d7908bd09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,11 @@ let
key = mkOption { key = mkOption {
type = types.str; type = types.str;
example = "<left>"; 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 { action = mkOption {