docs: mention that all keywords in a nanorc file should be in lowercase
parent
e3957ee5ee
commit
b56db25a35
|
@ -695,6 +695,7 @@ be used to configure @command{nano} on startup without using command-line
|
||||||
options. Additionally, there are some commands to define syntax highlighting
|
options. Additionally, there are some commands to define syntax highlighting
|
||||||
and to rebind keys --- @pxref{Syntax Highlighting} and @ref{Rebinding Keys}.
|
and to rebind keys --- @pxref{Syntax Highlighting} and @ref{Rebinding Keys}.
|
||||||
@command{nano} will read one command per line.
|
@command{nano} will read one command per line.
|
||||||
|
All commands and keywords should be written in lowercase.
|
||||||
|
|
||||||
Options in nanorc files take precedence over @command{nano}'s defaults, and
|
Options in nanorc files take precedence over @command{nano}'s defaults, and
|
||||||
command-line options override nanorc settings. Also, options that do not
|
command-line options override nanorc settings. Also, options that do not
|
||||||
|
|
|
@ -44,6 +44,7 @@ commands, which can be used to configure nano on startup without using
|
||||||
command-line options. Additionally, there are some commands to define
|
command-line options. Additionally, there are some commands to define
|
||||||
syntax highlighting and to rebind keys -- see the two separate sections
|
syntax highlighting and to rebind keys -- see the two separate sections
|
||||||
on those. \fBnano\fP reads one command per line.
|
on those. \fBnano\fP reads one command per line.
|
||||||
|
All commands and keywords should be written in lowercase.
|
||||||
.sp
|
.sp
|
||||||
Options in \fInanorc\fP files take precedence over nano's defaults, and
|
Options in \fInanorc\fP files take precedence over nano's defaults, and
|
||||||
command-line options override \fInanorc\fP settings. Also, options that
|
command-line options override \fInanorc\fP settings. Also, options that
|
||||||
|
|
Loading…
Reference in New Issue