mirror of git://git.sv.gnu.org/nano.git
docs: mention that anchors are visible when line numbers are shown
Suggested-by: Tomáš Mudruňka <mudrunka@spoje.net>
This commit is contained in:
parent
71c0cde5ce
commit
5b56791aef
|
@ -261,6 +261,7 @@ position to the end of the line, instead of cutting the entire line.
|
|||
.TP
|
||||
.BR \-l ", " \-\-linenumbers
|
||||
Display line numbers to the left of the text area.
|
||||
(Any line with an anchor additionally gets a mark in the margin.)
|
||||
.TP
|
||||
.BR \-m ", " \-\-mouse
|
||||
Enable mouse support, if available for your system. When enabled, mouse
|
||||
|
|
|
@ -370,6 +370,7 @@ 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.
|
||||
(Any line with an anchor additionally gets a mark in the margin.)
|
||||
|
||||
@item -m
|
||||
@itemx --mouse
|
||||
|
@ -630,6 +631,8 @@ inherits the anchor. After performing an operation on the entire buffer
|
|||
spell check on it), any anchors that were present are gone. And when
|
||||
you close the buffer, all its anchors simply disappear; they are not saved.
|
||||
|
||||
Anchors are visualized in the margin when line numbers are activated.
|
||||
|
||||
@node Limitations
|
||||
@section Limitations
|
||||
|
||||
|
@ -853,6 +856,7 @@ in the two help lines at the bottom of the screen.
|
|||
|
||||
@item set linenumbers
|
||||
Display line numbers to the left of the text area.
|
||||
(Any line with an anchor additionally gets a mark in the margin.)
|
||||
|
||||
@item set locking
|
||||
Enable vim-style lock-files for when editing files.
|
||||
|
@ -1424,6 +1428,7 @@ Moves the cursor to the bracket (brace, parenthesis, etc.) that matches
|
|||
|
||||
@item anchor
|
||||
Places an anchor at the current line, or removes it when already present.
|
||||
(An anchor is visible when line numbers are activated.)
|
||||
|
||||
@item prevanchor
|
||||
Goes to the first anchor before the current line.
|
||||
|
|
|
@ -166,6 +166,7 @@ See \fBset titlecolor\fR for more details.
|
|||
.TP
|
||||
.B set linenumbers
|
||||
Display line numbers to the left of the text area.
|
||||
(Any line with an anchor additionally gets a mark in the margin.)
|
||||
.TP
|
||||
.B set locking
|
||||
Enable vim-style lock-files for when editing files.
|
||||
|
@ -727,6 +728,7 @@ Moves the cursor to the bracket (brace, parenthesis, etc.) that matches
|
|||
.TP
|
||||
.B anchor
|
||||
Places an anchor at the current line, or removes it when already present.
|
||||
(An anchor is visible when line numbers are activated.)
|
||||
.TP
|
||||
.B prevanchor
|
||||
Goes to the first anchor before the current line.
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
## Scroll the buffer contents per half-screen instead of per line.
|
||||
# set jumpyscrolling
|
||||
|
||||
## Display line numbers to the left of the text.
|
||||
## Display line numbers to the left (and any anchors in the margin).
|
||||
# set linenumbers
|
||||
|
||||
## Enable vim-style lock-files. This is just to let a vim user know you
|
||||
|
|
Loading…
Reference in New Issue