]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Mon, 6 Feb 2017 12:54:43 +0000 (13:54 +0100)
committerroot <root@helga.brehm-online.com>
Mon, 6 Feb 2017 12:54:43 +0000 (13:54 +0100)
nanorc

diff --git a/nanorc b/nanorc
index 166e4246481021afa7907c85e87303270c2f05c7..8d28d1ec66304b87fc7110584b455fac739f2f0b 100644 (file)
--- a/nanorc
+++ b/nanorc
@@ -1,4 +1,4 @@
-## Sample initialization file for GNU nano.
+## Sample initialization file for nano.
 ##
 ## Please note that you must have configured nano with --enable-nanorc
 ## for this file to be read!  Also note that this file should not be in
@@ -60,7 +60,7 @@
 ## Remember the used search/replace strings for the next session.
 # set historylog
 
-## Have the justify command kill whitespace at the end of lines
+## Make the justify command kill whitespace at the end of lines.
 # set justifytrim
 
 ## Enable vim-style lock-files.  This is just to let a vim user know you
 ## The default otherwise:
 # set whitespace ">."
 
-## Detect word boundaries more accurately by treating punctuation
+## Detect word boundaries differently by treating punctuation
 ## characters as parts of words.
 # set wordbounds
 
+## The characters (besides alphanumeric ones) that should be considered
+## as parts of words.  This option does not have a default value.  When
+## set, it overrides option 'set wordbounds'.
+# set wordchars "<_>."
+
 
 ## Paint the interface elements of nano.
 ## This is an example; by default there are no colors.