nixos/less: fix escape
This commit is contained in:
parent
602a39c318
commit
1aadcee68a
@ -54,8 +54,8 @@ in
|
||||
type = types.attrsOf types.str;
|
||||
default = {};
|
||||
example = {
|
||||
h = "noaction 5\e(";
|
||||
l = "noaction 5\e)";
|
||||
h = "noaction 5\\e(";
|
||||
l = "noaction 5\\e)";
|
||||
};
|
||||
description = "Defines new command keys.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user