nano

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

commit 1007ca5af8a49e767eb43ed4b572e56ca08b6b0c
parent f3fab1440f2cea2987330af89393c43706cdecde
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 13 Nov 2021 16:15:40 +0100

docs: mention M-Z (for toggling the interface) among the Feature Toggles

And rephrase the M-Y description a bit, for shortness and variety.

Diffstat:
Mdoc/nano.texi | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -761,10 +761,13 @@ for more details). The following global toggles are available: @item Expert/No Help @kbd{M-X} toggles the @option{-x} (@option{--nohelp}) command-line option. -@item Color Syntax Highlighting -@kbd{M-Y} toggles color syntax highlighting, when your nanorc defines syntaxes +@item Syntax Coloring +@kbd{M-Y} toggles syntax coloring, when your nanorc defines syntaxes (@pxref{Syntax Highlighting}). +@item Hidden Interface +@kbd{M-Z} toggles the @option{-0} (@option{--zero}) command-line option. + @end table