nano

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

commit da6788350854dab19eba264abf760970142c186d
parent 03c3e2b7c0fd5cd97944f882af5a14cf3b4250cc
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun,  7 May 2017 19:47:34 +0200

syntax: nanohelp: color also ^6 as a shortcut keystroke

(Hadn't seen that one because of my additional bindings.)

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

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