Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
491e02f5
Commit
491e02f5
authored
7 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: reorder three items in the Info document
parent
f1a47a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/nano.texi
+13
-13
doc/nano.texi
with
13 additions
and
13 deletions
+13
-13
doc/nano.texi
View file @
491e02f5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment