docs: mention 'set guidestripe' and 'set unix' in the sample nanorc
Somehow these entries were missed when those options were added. Reported-by: Tasos Papastylianou <tpapastylianou@hotmail.com>
This commit is contained in:
parent
caf583ec4b
commit
4a7bc73e03
@ -58,6 +58,10 @@
|
|||||||
## will be the terminal's width minus this number.
|
## will be the terminal's width minus this number.
|
||||||
# set fill -8
|
# set fill -8
|
||||||
|
|
||||||
|
## Draw a vertical stripe at the given column, to help judge text width.
|
||||||
|
## (This option does not have a default value.)
|
||||||
|
# set guidestripe 75
|
||||||
|
|
||||||
## Remember the used search/replace strings for the next session.
|
## Remember the used search/replace strings for the next session.
|
||||||
# set historylog
|
# set historylog
|
||||||
|
|
||||||
@ -176,6 +180,9 @@
|
|||||||
## Snip whitespace at the end of lines when justifying or hard-wrapping.
|
## Snip whitespace at the end of lines when justifying or hard-wrapping.
|
||||||
# set trimblanks
|
# set trimblanks
|
||||||
|
|
||||||
|
## Save files by default in Unix format (also when they were DOS or Mac).
|
||||||
|
# set unix
|
||||||
|
|
||||||
## The two single-column characters used to display the first characters
|
## The two single-column characters used to display the first characters
|
||||||
## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in
|
## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in
|
||||||
## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
|
## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user