From: root Date: Mon, 6 Feb 2017 12:54:43 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4fb5c60b7318cd9e2dfdc1e498fda3e52e83f3bd;p=config%2Fhelga%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/nanorc b/nanorc index 166e424..8d28d1e 100644 --- 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 @@ -178,10 +178,15 @@ ## 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.