nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit d4074ca85b53953552616a33b6a9aa5b6a1c94e7
parent ca8317e82058c30b2d18f28b00d099a6dee04098
Author: Brand Huntsman <alpha@qzx.com>
Date:   Tue, 10 Oct 2017 15:23:56 -0600

syntax: nanohelp: colorize Up, Down, Left and Right (when not in UTF-8)

Signed-off-by: Brand Huntsman <alpha@qzx.com>

Diffstat:
Msyntax/nanohelp.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/nanohelp.nanorc b/syntax/nanohelp.nanorc @@ -5,7 +5,7 @@ syntax "nanohelp" # Key combos: color cyan "\^([]4-8A-Z^\_←→↑↓]|Home|End)" "[←→↑↓]" -color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn)\>" +color cyan "\<(Tab|Enter|Home|End|Ins|Del|Bsp|PgUp|PgDn|Up|Down|Left|Right)\>" color cyan "\<M-." "\<F1?[0-9]" "(\^|M-)Space" # Quoted indicators: