nano

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

commit 052ad10d11e47361738fc7049125d1ba3665db5a
parent 70cbbda87cbd19972fd79ec23e5ff4f908d8746f
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Tue,  4 Aug 2015 19:20:51 +0000

Advertising the five new bindable functions.


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

Diffstat:
MChangeLog | 1+
Mdoc/nanorc.sample.in | 16+++++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -2,6 +2,7 @@ * src/nano.c (main), src/files.c (read_file), src/rcfile.c, doc/man/nano.1, doc/man/nanorc.5, doc/texinfo/nano.texi: Add the option --unix, to save a file by default in Unix format. + * doc/nanorc.sample.in: Advertise the new bindable functions. 2015-08-03 Benno Schulenberg <bensberg@justemail.net> * src/rcfile.c (parse_binding): Check the value of shortcut->toggle diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in @@ -237,13 +237,15 @@ ## Key bindings. -## See nanorc(5) for more details on this. +## See nanorc(5) (section REBINDING KEYS) for more details on this. ## -## Here are a few samples to get you going. -## -# bind M-W nowrap main -# bind M-A casesens search -# bind ^S research main +## The following five functions are not bound to any key by default. +## You may wish to choose different keys than the ones suggested here. +# bind ^S savefile main +# bind M-Q findprevious main +# bind M-W findnext main +# bind M-B cutwordleft main +# bind M-N cutwordright main -## Set this if your backspace key sends Del most of the time. +## Set this if your Backspace key sends Del most of the time. # bind Del backspace all