Vim-Enhanced
Primary tabs
The CentOS 5 installer has an option in the package selection area for installing Vim-enhanced along with the rest of the operating system. If you are using CentOS 4, you can add vim-enhanced post-install:
yum -y install vim-enhancedWhichever way you have installed it, you'll like want to swap /bin/vi for a symbolic link to vim-enhanced:
mv /bin/vi /bin/vi.old
ln -s /usr/bin/vim /bin/viScripts
Vim supports scripts which extend it's functionality, mark different kinds of syntax, etc.
- Log in to post comments