vim
Clone and install the latest release of vim
.
$ git clone https://github.com/vim/vim.git
$ cd vim/src
$ make
$ sudo make install
Set some helpful defaults.
[source]
$ echo "set hls ic is nu noswf" > ~/.vimrc
Exit vim
by pressing esc
then :wq
[source]