diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 08e2d3661..8d1ded1fc 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -109,9 +109,10 @@ rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen> <para>Many users are used to using <command>vi</command> instead of <command>vim</command>. To allow execution of <command>vim</command> when users habitually enter <command>vi</command>, create a - symlink:</para> + symlink for both the binary and the man-page:</para> -<screen><userinput>ln -sv vim /usr/bin/vi</userinput></screen> +<screen><userinput>ln -sv vim /usr/bin/vi +ln -sv vim.1 /usr/share/man/man1/vi.1</userinput></screen> <para>By default, Vim's documentation is installed in <filename class="directory">/usr/share/vim</filename>. The following symlink |