nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit c7610ba35626241ce35c7a60df97a90f02ba4234
parent ae648778e2a86a8a7ff93f6c80a6a7cd8c33b647
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat, 22 Oct 2016 13:36:12 +0200

docs: add 'linenumbers' and 'numbercolor' to the sample nanorc

Diffstat:
Mdoc/nanorc.sample.in | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.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. @@ -193,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