How to Install vim in Ubuntu 18.04



Install vim by entering the following commands in the terminal:

sudo apt update
sudo apt install vim

Description:

Vi IMproved - enhanced vi editor

Vim is an almost compatible version of the UNIX editor Vi. . Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, folding, Unicode support, etc. . This package contains a version of vim compiled with a rather standard set of features. This package does not provide a GUI version of Vim. See the other vim-* packages if you need more (or less).

Homepage: https://vim.sourceforge.io/

Version: 2:8.0.1453-1ubuntu1

Section: editors