mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
Added symlink from vim.1 to vi.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
470b5d4c87
commit
ed0843e8b1
@ -39,6 +39,9 @@
|
||||
<listitem>
|
||||
<para>April 13, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[archaic] - Added symlink from vim.1 to vi.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[archaic] - Added chgpasswd to the list of installed files for
|
||||
Shadow.</para>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user