From 697124b2097f7060d5352024fccabbbe07b1f23c Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 24 Jan 2017 13:38:53 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- nanorc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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. -- 2.39.5