]> git.wh0rd.org Git - nano.git/commitdiff
Advertising the five new bindable functions.
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 4 Aug 2015 19:20:51 +0000 (19:20 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Tue, 4 Aug 2015 19:20:51 +0000 (19:20 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5343 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/nanorc.sample.in

index 325de767b0c2680e13e281db7de0c9999d980cd9..9b03be82dc7e91a6e5edb88e916a9a74429036a0 100644 (file)
--- 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
index e45681ed66ad45566c36158e34c8d96a74f478bf..b76c11c8b08d05d44622f1241eddc60d168b83e4 100644 (file)
 
 
 ## 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