Improving the ordering of two bindable functions.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5510 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
8cc6308f9c
commit
a0eea607ba
|
@ -4,6 +4,7 @@
|
||||||
doc/man/nanorc.5, doc/texinfo/nano.texi: In the writeout menu,
|
doc/man/nanorc.5, doc/texinfo/nano.texi: In the writeout menu,
|
||||||
offer ^Q to close and discard the buffer without saving it. By
|
offer ^Q to close and discard the buffer without saving it. By
|
||||||
default, the key is bound only when --tempfile is in effect.
|
default, the key is bound only when --tempfile is in effect.
|
||||||
|
* doc/man/nanorc.5: Improve ordering of bindable functions.
|
||||||
|
|
||||||
2015-12-23 Mike Frysinger <vapier@gentoo.org>
|
2015-12-23 Mike Frysinger <vapier@gentoo.org>
|
||||||
* doc/syntax/autoconf.nanorc: Handle .m4 files too, add the "elif"
|
* doc/syntax/autoconf.nanorc: Handle .m4 files too, add the "elif"
|
||||||
|
|
|
@ -574,13 +574,6 @@ Toggles between inserting a file and executing a command.
|
||||||
Toggles between inserting into the current buffer and into a new
|
Toggles between inserting into the current buffer and into a new
|
||||||
empty buffer.
|
empty buffer.
|
||||||
.TP
|
.TP
|
||||||
.B tofiles
|
|
||||||
Starts the file browser, allowing to select a file from a list.
|
|
||||||
.TP
|
|
||||||
.B gotodir
|
|
||||||
Goes to a directory to be specified, allowing to browse anywhere
|
|
||||||
in the filesystem.
|
|
||||||
.TP
|
|
||||||
.B dosformat
|
.B dosformat
|
||||||
When writing a file, switches to writing a DOS format (CR/LF).
|
When writing a file, switches to writing a DOS format (CR/LF).
|
||||||
.TP
|
.TP
|
||||||
|
@ -601,6 +594,13 @@ When about to write a file, discard the current buffer without saving.
|
||||||
(This function is bound by default only when option \fB\-\-tempfile\fR
|
(This function is bound by default only when option \fB\-\-tempfile\fR
|
||||||
is in effect.)
|
is in effect.)
|
||||||
.TP
|
.TP
|
||||||
|
.B tofiles
|
||||||
|
Starts the file browser, allowing to select a file from a list.
|
||||||
|
.TP
|
||||||
|
.B gotodir
|
||||||
|
Goes to a directory to be specified, allowing to browse anywhere
|
||||||
|
in the filesystem.
|
||||||
|
.TP
|
||||||
.B firstfile
|
.B firstfile
|
||||||
Goes to the first file when using the file browser (reading or writing files).
|
Goes to the first file when using the file browser (reading or writing files).
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue