nano

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

commit 491e02f532647e7c4dace19c6e975097d6418af0
parent f1a47a2aae03efdbdc6ca1f9069f9060f953dfff
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Fri, 19 May 2017 21:06:14 +0200

tweaks: reorder three items in the Info document

Diffstat:
Mdoc/nano.texi | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -600,12 +600,12 @@ nanorc. See @xref{Syntax Highlighting}, for more info. @item Suspension Toggle (Meta-Z) toggles the @code{-z} (@code{--suspend}) command-line option. -@item Soft Wrapping Toggle (Meta-$) -toggles the @code{-$} (@code{--softwrap}) command-line option. - @item Line Numbers Toggle (Meta-#) toggles the @code{-l} (@code{--linenumbers}) command-line option. +@item Soft Wrapping Toggle (Meta-$) +toggles the @code{-$} (@code{--softwrap}) command-line option. + @end table @@ -1419,6 +1419,16 @@ the .nanorc file), @code{nano} will store the position of the cursor when you close a file, and will place the cursor in that position again when you later reopen the file. +@item Current Cursor Position +The output of the "Display Cursor Position" command (^C) displays +not only the current line and character position of the cursor, +but also (between the two) the current column position. + +@item Spell Checking +In the internal spell checker misspelled words are sorted alphabetically +and trimmed for uniqueness, such that the words 'apple' and 'Apple' will +be prompted for correction separately. + @item Writing Selected Text to Files When using the Write-Out key (^O), text that has been selected using the marking key (^^) can not just be written out to a new (or existing) file, @@ -1447,16 +1457,6 @@ not have to be restarted to turn a particular feature on or off. See the internal help function (^G) for a list of features that can be toggled. Or see @xref{Feature Toggles} instead. -@item Current Cursor Position -The output of the "Display Cursor Position" command (^C) displays -not only the current line and character position of the cursor, -but also (between the two) the current column position. - -@item Spell Checking -In the internal spell checker misspelled words are sorted alphabetically -and trimmed for uniqueness, such that the words 'apple' and 'Apple' will -be prompted for correction separately. - @end table