glfs/postlfs/editors/nano/nano-config.xml
Igor Živković f27667fa73 modifed nano instructions to match the nanorc man page
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1229 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-28 05:15:52 +00:00

26 lines
615 B
XML

<sect2>
<title>Configuring nano</title>
<sect3><title>Config files</title>
<para><filename>/etc/nanorc</filename>, <filename>~/.nanorc</filename></para>
<para>Example Configuration</para>
<screen><userinput>set autoindent
set const
set fill 72
set historylog
set multibuffer
set nohelp
set regexp
set smooth
set suspend</userinput></screen>
<para>Another example is in the <filename
class="directory">/usr/share/doc/nano/examples</filename> directory in
the <filename>nanorc.sample</filename> file. It includes color
configurations and has some documentation included in the
comments.</para>
</sect3>
</sect2>