diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index e82ccb111..7159413f7 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -52,7 +52,7 @@ the following command will do so:</para> <screen><userinput>make install</userinput></screen> -<para>When called as <userinput>vi</userinput>, <userinput>vim</userinput> +<para>When called as <command>vi</command>, <command>vim</command> will run in old-fashioned vi-mode. To allow this, create a symlink:</para> <screen><userinput>ln -s vim /usr/bin/vi</userinput></screen> |