nano

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

commit 91e05e64a0419d5a3728ec9f143dee97895e1ef5
parent 35afab5eba6de8fc0dd1b9f3efea30604822e309
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon, 14 Sep 2009 21:38:53 +0000

Add softwrap and undo into the sample .nanorc.



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4410 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

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

diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in @@ -170,6 +170,12 @@ ## characters as parts of words. # set wordbounds +## Enable the new (EXPERIMENTAL) generic undo code, not just for line cuts +# set undo + +## Enable soft line wrapping (AKA full line display) +# set softwrap + ## Color setup ##