alacritty: fix escape sequence in example and test

See https://github.com/nix-community/home-manager/pull/4817#discussion_r1441710049
This commit is contained in:
Ramses 2024-04-19 16:26:23 +02:00 committed by GitHub
parent dc906b197b
commit 7ca7025cf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ in {
{
key = "K";
mods = "Control";
chars = "\\x0c";
chars = "\\u000c";
}
];
}