nano

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

commit 90cbdbbe75306e71f0868ae16602daddb3b1b4f2
parent d83a8eb35998f895143531318dd07c062cc6558e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 11 Apr 2019 17:44:21 +0200

docs: mention that M-S now toggles softwrap and M-N line numbers

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

diff --git a/doc/nano.1 b/doc/nano.1 @@ -302,8 +302,8 @@ separately (e.g.\& 'nano \-wS \-$'). .SH TOGGLES Several of the above options can be switched on and off also while \fBnano\fR is running. For example, \fBM\-L\fR toggles the -hard-wrapping of long lines, \fBM\-$\fR toggles soft-wrapping, -\fBM\-#\fR toggles line numbers, \fBM\-M\fR toggles the mouse, +hard-wrapping of long lines, \fBM\-S\fR toggles soft-wrapping, +\fBM\-N\fR toggles line numbers, \fBM\-M\fR toggles the mouse, \fBM\-I\fR auto-indentation, and \fBM\-X\fR the help lines. See at the end of the \fB^G\fR help text for a complete list.