tweaks: slightly reword or rewrap some comments in the sample nanorc

master
Benno Schulenberg 2021-09-15 09:55:14 +02:00
parent 7d6ffd9e78
commit 0010cd4443
1 changed files with 16 additions and 16 deletions

View File

@ -78,18 +78,19 @@
## Fall back to slow libmagic to try and determine an applicable syntax. ## Fall back to slow libmagic to try and determine an applicable syntax.
# set magic # set magic
## The opening and closing brackets that can be found by bracket ## The opening and closing brackets that are found by a matching-bracket
## searches. They cannot contain blank characters. The former set must ## search. This may not contain blank characters. The opening brackets
## come before the latter set, and both must be in the same order. ## must come before the closing ones, and they must be in the same order.
# set matchbrackets "(<[{)>]}" # set matchbrackets "(<[{)>]}"
## Suppress title bar and show file name and editor state at the bottom. ## Suppress the title bar and show the filename plus a cursor-position
## percentage in the space of the status bar.
# set minibar # set minibar
## Enable mouse support, if available for your system. When enabled, ## Enable mouse support, if available for your system. When enabled,
## mouse clicks can be used to place the cursor, set the mark (with a ## mouse clicks can be used to place the cursor, set the mark (with a
## double click), and execute shortcuts. The mouse will work in the X ## double click), and execute shortcuts. The mouse will work in the
## Window System, and on the console when gpm is running. ## X Window System, and on the console when gpm is running.
# set mouse # set mouse
## Switch on multiple file buffers (inserting a file will put it into ## Switch on multiple file buffers (inserting a file will put it into
@ -117,10 +118,9 @@
## Preserve the XON and XOFF keys (^Q and ^S). ## Preserve the XON and XOFF keys (^Q and ^S).
# set preserve # set preserve
## The characters treated as closing punctuation when justifying ## The characters treated as closing punctuation when justifying paragraphs.
## paragraphs. They cannot contain blank characters. Only closing ## This may not contain blank characters. Only these closing punctuations,
## punctuation, optionally followed by closing brackets, can end ## optionally followed by closing brackets, can end sentences.
## sentences.
# set punct "!.?" # set punct "!.?"
## Make status-bar messages disappear after 1 keystroke instead of after 20. ## Make status-bar messages disappear after 1 keystroke instead of after 20.
@ -144,16 +144,16 @@
# set saveonexit # set saveonexit
## (The old form of this option, 'set tempfile', is deprecated.) ## (The old form of this option, 'set tempfile', is deprecated.)
## Put the cursor on the highlighted item in the file browser, and show ## Put the cursor on the highlighted item in the file browser, and
## the cursor in the help viewer; useful for people who use a braille ## show the cursor in the help viewer; useful for people who use a
## display and people with poor vision. ## braille display and people with poor vision.
# set showcursor # set showcursor
## Make the Home key smarter. When Home is pressed anywhere but at the ## Make the Home key smarter: when Home is pressed anywhere but at the
## very beginning of non-whitespace characters on a line, the cursor ## very beginning of non-whitespace characters on a line, the cursor
## will jump to that beginning (either forwards or backwards). If the ## will jump to that beginning (either forwards or backwards). If the
## cursor is already at that position, it will jump to the true ## cursor is already at that position, it will jump to the true start
## beginning of the line. ## of the line (the left edge).
# set smarthome # set smarthome
## Spread overlong lines over multiple screen lines. ## Spread overlong lines over multiple screen lines.