nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation


From: Benno Schulenberg
Subject: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
Date: Wed, 16 Jan 2019 19:58:19 +0100

---
 doc/sample.nanorc.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in
index 6bc19a83..04c4ec69 100644
--- a/doc/sample.nanorc.in
+++ b/doc/sample.nanorc.in
@@ -71,8 +71,8 @@
 ## come before the latter set, and both must be in the same order.
 # set matchbrackets "(<[{)>]}"
 
-## Use the blank line below the title bar as extra editing space.
-# set morespace
+## To always have a blank like below the title bar:
+# unset morespace
 
 ## Enable mouse support, if available for your system.  When enabled,
 ## mouse clicks can be used to place the cursor, set the mark (with a
@@ -90,15 +90,15 @@
 ## Don't display the helpful shortcut lists at the bottom of the screen.
 # set nohelp
 
-## Don't automatically add a newline when a file does not end with one.
-# set nonewlines
+## To automatically have a newline added when a file does not end with one:
+# unset nonewlines
 
 ## Don't pause between warnings at startup.  Which means that only the
 ## last one will be readable (when there are multiple ones).
 # set nopauses
 
-## Do not automatically hard-wrap text.
-# set nowrap
+## To automatically hard-wrap text:
+# unset nowrap
 
 ## Set operating directory.  nano will not read or write files outside
 ## this directory and its subdirectories.  Also, the current directory
@@ -147,8 +147,8 @@
 ## beginning of the line.
 # set smarthome
 
-## Use line-by-line scrolling instead of chunk-by-chunk.
-# set smooth
+## To use chunk-by-chunk scrolling instead of the default line-by-line:
+# unset smooth
 
 ## Enable soft line wrapping (AKA full-line display).
 # set softwrap
-- 
2.19.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]