Adding the descriptions of six missing bindable functions.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4659 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
cb80ca51b4
commit
cc7fef723d
|
@ -7,6 +7,8 @@
|
||||||
* src/global.c, doc/man/nanorc.5 - Group softwrap with the toggles
|
* src/global.c, doc/man/nanorc.5 - Group softwrap with the toggles
|
||||||
that affect how things look -- it does not belong in the group of
|
that affect how things look -- it does not belong in the group of
|
||||||
general program functions, nor in the group of editing behaviour.
|
general program functions, nor in the group of editing behaviour.
|
||||||
|
* doc/man/nanorc.5 - Add the descriptions of six missing bindable
|
||||||
|
functions, and tweak those of a few others.
|
||||||
|
|
||||||
2014-03-18 Benno Schulenberg <bensberg@justemail.net>
|
2014-03-18 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/global.c (shortcut_init) - In the file browser one cannot
|
* src/global.c (shortcut_init) - In the file browser one cannot
|
||||||
|
|
|
@ -500,7 +500,7 @@ Move to the last file when using the file browser (reading or writing files).
|
||||||
Toggle showing/hiding the two-line list of key bindings at the bottom of the screen.
|
Toggle showing/hiding the two-line list of key bindings at the bottom of the screen.
|
||||||
.TP
|
.TP
|
||||||
.B constupdate
|
.B constupdate
|
||||||
Constantly display the current line, column, word positions.
|
Toggle the constant display of the current line, column, and word positions.
|
||||||
.TP
|
.TP
|
||||||
.B morespace
|
.B morespace
|
||||||
Toggle showing/hiding the blank line which 'separates' the 'title' from the file text.
|
Toggle showing/hiding the blank line which 'separates' the 'title' from the file text.
|
||||||
|
@ -509,10 +509,13 @@ Toggle showing/hiding the blank line which 'separates' the 'title' from the file
|
||||||
Toggle smooth scrolling when moving via the arrow keys.
|
Toggle smooth scrolling when moving via the arrow keys.
|
||||||
.TP
|
.TP
|
||||||
.B whitespacedisplay
|
.B whitespacedisplay
|
||||||
Toggle whether whitespace is shown.
|
Toggle the showing of whitespace.
|
||||||
|
.TP
|
||||||
|
.B nosyntax
|
||||||
|
Toggle syntax highlighting.
|
||||||
.TP
|
.TP
|
||||||
.B softwrap
|
.B softwrap
|
||||||
Toggle whether long lines will be displayed on multiple screen lines.
|
Toggle the displaying of overlong lines on multiple screen lines.
|
||||||
.TP
|
.TP
|
||||||
.B smarthome
|
.B smarthome
|
||||||
Toggle whether the smart home key function is enabled.
|
Toggle whether the smart home key function is enabled.
|
||||||
|
@ -525,7 +528,22 @@ Toggle whether cutting text will cut the whole line or just from the current cur
|
||||||
position to the end of the line.
|
position to the end of the line.
|
||||||
.TP
|
.TP
|
||||||
.B nowrap
|
.B nowrap
|
||||||
Toggle whether long lines will be wrapped to the next line.
|
Toggle whether long lines will be hard-wrapped to the next line.
|
||||||
|
.TP
|
||||||
|
.B tabstospaces
|
||||||
|
Toggle whether typed tabs will be converted to spaces.
|
||||||
|
.TP
|
||||||
|
.B backupfile
|
||||||
|
Toggle whether a backup will be made of the file to be edited.
|
||||||
|
.TP
|
||||||
|
.B multibuffer
|
||||||
|
Toggle the use of multiple file buffers (if available).
|
||||||
|
.TP
|
||||||
|
.B mouse
|
||||||
|
Toggle mouse support.
|
||||||
|
.TP
|
||||||
|
.B noconvert
|
||||||
|
Toggle automatic conversion of files from DOS/Mac format.
|
||||||
.TP
|
.TP
|
||||||
.B suspendenable
|
.B suspendenable
|
||||||
Toggle whether the suspend sequence (normally ^Z) will suspend the editor window.
|
Toggle whether the suspend sequence (normally ^Z) will suspend the editor window.
|
||||||
|
|
Loading…
Reference in New Issue