
Linux From Scratch - Version 7.0
193
Note
By default, Vim only installs spell files for the English language. To install spell files for your preferred
language, download the *.spl and optionally, the *.sug files for your language and character encoding
from ftp://ftp.vim.org/pub/vim/runtime/spell/ and save them to /usr/share/vim/vim73/spell/.
To use these spell files, some configuration in /etc/vimrc is needed, e.g.:
set spelllang=en,ru
set spell
For more information, see the appropriate README file located at the URL above.
6.61.3. Contents of Vim
Installed programs: ex (link to vim), rview (link to vim), rvim (link to vim), vi (link to vim), view (link to
vim), vim, vimdiff (link to vim), vimtutor, and xxd
Installed directory: /usr/share/vim
Short Descriptions
ex Starts vim in ex mode
rview Is a restricted version of view; no shell commands can be started and view cannot be suspended
rvim Is a restricted version of vim; no shell commands can be started and vim cannot be suspended
vi Link to vim
view Starts vim in read-only mode
vim Is the editor
vimdiff Edits two or three versions of a file with vim and show differences
vimtutor Teaches the basic keys and commands of vim
xxd Creates a hex dump of the given file; it can also do the reverse, so it can be used for binary patching
Comentarios a estos manuales