mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
f27667fa73
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1229 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
615 B
XML
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>
|