Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
83ee1fed
Commit
83ee1fed
authored
8 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
docs: add 'set linenumbers' and '--linenumbers' to the texinfo document
Also mention the corresponding toggle (M-#).
parent
c7610ba3
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/nano.texi
+10
-0
doc/texinfo/nano.texi
with
10 additions
and
0 deletions
+10
-0
doc/texinfo/nano.texi
View file @
83ee1fed
...
@@ -270,6 +270,10 @@ the previous line.
...
@@ -270,6 +270,10 @@ the previous line.
Make the 'Cut Text' command (normally
^
K) cut from the current cursor
Make the 'Cut Text' command (normally
^
K) cut from the current cursor
position to the end of the line, instead of cutting the entire line.
position to the end of the line, instead of cutting the entire line.
@item -l
@itemx --linenumbers
Display line numbers to the left of the text area.
@item -m
@item -m
@itemx --mouse
@itemx --mouse
Enable mouse support, if available for your system. When enabled, mouse
Enable mouse support, if available for your system. When enabled, mouse
...
@@ -592,6 +596,9 @@ toggles the @code{-z} (@code{--suspend}) command-line option.
...
@@ -592,6 +596,9 @@ toggles the @code{-z} (@code{--suspend}) command-line option.
@item Soft Wrapping Toggle (Meta-
$
)
@item Soft Wrapping Toggle (Meta-
$
)
toggles the @code
{
-
$}
(@code
{
--softwrap
}
) command-line option.
toggles the @code
{
-
$}
(@code
{
--softwrap
}
) command-line option.
@item Line Numbers Toggle (Meta-#)
toggles the @code
{
-l
}
(@code
{
--linenumbers
}
) command-line option.
@end table
@end table
...
@@ -700,6 +707,9 @@ Specify the color combination to use for the shortcut key combos
...
@@ -700,6 +707,9 @@ Specify the color combination to use for the shortcut key combos
in the two help lines at the bottom of the screen.
in the two help lines at the bottom of the screen.
See @code
{
set titlecolor
}
for more details.
See @code
{
set titlecolor
}
for more details.
@item set linenumbers
Display line numbers to the left of the text area.
@item set locking
@item set locking
Enable vim-style lock-files for when editing files.
Enable vim-style lock-files for when editing files.
...
...
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
Menu
Projects
Groups
Snippets
Help