diff options
Diffstat (limited to 'chapter06/config-vim.xml')
-rw-r--r-- | chapter06/config-vim.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/config-vim.xml b/chapter06/config-vim.xml index ee4124a2f..e750963d6 100644 --- a/chapter06/config-vim.xml +++ b/chapter06/config-vim.xml @@ -1,8 +1,8 @@ <sect2><title>Configuring Vim</title> -<para>By default Vim runs in vi compatible mode. Some people might like this, +<para>By default vim runs in vi compatible mode. Some people might like this, but we have a high preference to run vim in vim mode (else we wouldn't -have included Vim in this book but the original Vi). Create the +have included vim in this book, but the original vi). Create the <filename>/root/.vimrc</filename> by running the following:</para> <para><screen><userinput>cat > /root/.vimrc << "EOF"</userinput> |