From 052ad10d11e47361738fc7049125d1ba3665db5a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 4 Aug 2015 19:20:51 +0000 Subject: [PATCH] Advertising the five new bindable functions. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5343 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 1 + doc/nanorc.sample.in | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 325de767..9b03be82 100644 --- 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 * src/rcfile.c (parse_binding): Check the value of shortcut->toggle diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in index e45681ed..b76c11c8 100644 --- 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 -- 2.39.5