Advertising the five new bindable functions.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5343 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
70cbbda87c
commit
052ad10d11
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue