vim

Vim-Enhanced

yum -y install vim-enhanced

You'll likely 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.

Technology:

Development Tools

A basic collection of compilers and development tools required to build programs from source.

Since we did a minimal install of the operating system, we'll need to use YUM to install various compilers and development tools:

yum -y install gcc gcc-c++ bison flex make

The OpenSSL development package needs to be installed:

yum -y install openssl-devel

We'll also make a couple directories to hold any source files we will download and compile:

Technology:

Subscribe to RSS - vim

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound