From: Frank Brehm Date: Mon, 15 May 2017 15:31:08 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=891319ea0ca2130a0cad2ddea5af85787a829122;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/nanorc b/nanorc index 8d28d1ec..8d823da4 100644 --- a/nanorc +++ b/nanorc @@ -1,4 +1,4 @@ -## Sample initialization file for nano. +## Sample initialization file for GNU 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 @@ -63,6 +63,9 @@ ## Make the justify command kill whitespace at the end of lines. # set justifytrim +## Display line numbers to the left of the text. +# set linenumbers + ## Enable vim-style lock-files. This is just to let a vim user know you ## are editing a file [s]he is trying to edit and vice versa. There are ## no plans to implement vim-style undo state in these files. @@ -138,6 +141,10 @@ ## Do extended regular expression searches by default. # set regexp +## Put the cursor on the highlighted item in the file browser; +## useful for people who use a braille display. +# set showcursor + ## Make the Home key smarter. When Home is pressed anywhere but at the ## very beginning of non-whitespace characters on a line, the cursor ## will jump to that beginning (either forwards or backwards). If the @@ -189,8 +196,9 @@ ## Paint the interface elements of nano. -## This is an example; by default there are no colors. +## These are examples; by default there are no colors. # set titlecolor brightwhite,blue +# set numbercolor cyan # set statuscolor brightwhite,green # set keycolor green # set functioncolor yellow