1
1

tweaks: improve a couple of comments in the sample nanorc

Этот коммит содержится в:
Benno Schulenberg 2018-09-09 10:09:18 +02:00
родитель 571676eb85
Коммит 27d2db2d1f

Просмотреть файл

@ -1,9 +1,7 @@
## Sample initialization file for GNU nano. ## Sample initialization file for GNU nano.
## ##
## Please note that you must have configured nano with --enable-nanorc ## This file should not be in DOS or Mac format, and characters
## for this file to be read! Also note that this file should not be in ## specially interpreted by the shell should not be escaped here.
## DOS or Mac format, and that characters specially interpreted by the
## shell should not be escaped here.
## ##
## To make sure an option is disabled, use "unset <option>". ## To make sure an option is disabled, use "unset <option>".
## ##
@ -53,9 +51,9 @@
# set cutfromcursor # set cutfromcursor
## (The old form, 'cut', is deprecated.) ## (The old form, 'cut', is deprecated.)
## Set the line length for wrapping text and justifying paragraphs. ## Enable hard-wrapping and set the target width, both for automatic
## If the value is 0 or less, the wrapping point will be the screen ## line wrapping and for justifying paragraphs. If the value is 0 or
## width less this number. ## less, the wrapping point will be the screen width minus this number.
# set fill -8 # set fill -8
## Remember the used search/replace strings for the next session. ## Remember the used search/replace strings for the next session.
@ -100,7 +98,7 @@
## last one will be readable (when there are multiple ones). ## last one will be readable (when there are multiple ones).
# set nopauses # set nopauses
## Don't wrap text at all. ## Do not automatically hard-wrap text.
# set nowrap # set nowrap
## Set operating directory. nano will not read or write files outside ## Set operating directory. nano will not read or write files outside
@ -149,7 +147,7 @@
## beginning of the line. ## beginning of the line.
# set smarthome # set smarthome
## Use smooth scrolling as the default. ## Use line-by-line scrolling instead of chunk-by-chunk.
# set smooth # set smooth
## Enable soft line wrapping (AKA full-line display). ## Enable soft line wrapping (AKA full-line display).
@ -233,9 +231,9 @@
## "color" will do case-sensitive matches, while "icolor" will do ## "color" will do case-sensitive matches, while "icolor" will do
## case-insensitive matches. ## case-insensitive matches.
## ##
## Valid colors: white, black, red, blue, green, yellow, magenta, cyan. ## Valid color names ares: white, black, normal, red, blue, green,
## For foreground colors, you may use the prefix "bright" to get a ## yellow, magenta, cyan. For foreground colors, you may use the
## stronger highlight. ## prefix "bright" to get a stronger highlight.
## ##
## To use multi-line regexes, use the start="regex" end="regex" ## To use multi-line regexes, use the start="regex" end="regex"
## [start="regex" end="regex"...] format. ## [start="regex" end="regex"...] format.