nano

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

commit 17cf7d1c6240a0988989f8f7ed3d30b6f47ce9c4
parent 3275c4e514d8bd634116cf57387af68cabe2ab68
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sun, 30 Apr 2017 17:37:07 +0200

syntax: nanohelp: change the hue of the keystrokes to match sample.nanorc

And because I think it looks slightly better.

Diffstat:
Msyntax/nanohelp.nanorc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

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