Vim-Enhanced

VIM-enhanced is an improved version of vi with more features such as GUI support, online help and syntax highlighting.

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-enhanced

Whichever 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/vi

Scripts
Vim supports scripts which extend it's functionality, mark different kinds of syntax, etc.

Plugins
NERDTree - a file browser

Recent Updates

  • 2 years 1 day ago
  • 2 years 1 day ago
  • 2 years 3 days ago
    php 8.x
  • 2 years 4 days ago
    10.6.7
  • 2 years 6 days ago
    Drop Centos 5/6 stuff