diff options
Diffstat (limited to 'chapter06/config-vim.xml')
-rw-r--r-- | chapter06/config-vim.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/config-vim.xml b/chapter06/config-vim.xml index 7e230f1b8..172d67ffc 100644 --- a/chapter06/config-vim.xml +++ b/chapter06/config-vim.xml @@ -7,7 +7,8 @@ have included Vim in this book but the original Vi). Create the <filename>/root/.vimrc</filename> by running the following: </para> -<literallayout> +<para> +<screen> <userinput>cat > /root/.vimrc << "EOF"</userinput> " Begin /root/.vimrc @@ -16,7 +17,8 @@ set bs=2 " End /root/.vimrc <userinput>EOF</userinput> -</literallayout> +</screen> +</para> </sect2> |