1 <sect2><title> </title><para> </para></sect2>
3 <sect2><title>Configuring Vim</title>
5 <para>By default, vim runs in vi compatible mode. Some people might like this,
6 but we have a high preference to run vim in vim mode (else we wouldn't
7 have included vim in this book, but the original vi). Create the
8 <filename>/root/.vimrc</filename> by running the following:</para>
10 <para><screen><userinput>cat > /root/.vimrc << "EOF"</userinput>
17 <userinput>EOF</userinput></screen></para>