nixos/less: fix escape

This commit is contained in:
volth 2019-09-17 00:18:14 +00:00 committed by GitHub
parent 602a39c318
commit 1aadcee68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.";
};