Vim
From FreeBSDwiki
(Difference between revisions)
m (Add "See also") |
m (typos) |
||
Line 1: | Line 1: | ||
− | ''Vim'' is a very | + | ''Vim'' is a very powerful text editor. It is an extended version of [[Vi]] and means ''VI iMproved''. It supports many features such as syntax highlighting or folding, can keep backups of files, and many others ... |
− | Note that vim is not part of FreeBSD, you will have to install it before running it. | + | Note that vim is not part of FreeBSD, you will have to install it before running it. Once installed, you are advised to copy the file "/usr/local/share/vim/vim63/vimrc_example.vim" into your home directory and rename it ".vimrc". |
See also [[vi]], [[ee]] (commonly aliased under FreeBSD as "[[edit]]"), [[joe]], [[nano]], [[pico]], [[vim]] or [[emacs]]. | See also [[vi]], [[ee]] (commonly aliased under FreeBSD as "[[edit]]"), [[joe]], [[nano]], [[pico]], [[vim]] or [[emacs]]. |
Revision as of 18:26, 9 July 2005
Vim is a very powerful text editor. It is an extended version of Vi and means VI iMproved. It supports many features such as syntax highlighting or folding, can keep backups of files, and many others ...
Note that vim is not part of FreeBSD, you will have to install it before running it. Once installed, you are advised to copy the file "/usr/local/share/vim/vim63/vimrc_example.vim" into your home directory and rename it ".vimrc".
See also vi, ee (commonly aliased under FreeBSD as "edit"), joe, nano, pico, vim or emacs.