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