notes

A personal repository with notes about installing, configuring, and using Linux applications. This is all part of the learning and documenting process!

View the Project on GitHub GabrielMontplaisir/notes

tags: #vim

Using Vim

Installation

If you’re using a debian-based Distro, you can install Vim by using the following command in a terminal prompt:

sudo apt install vim

Add-ons for Vim

If you’re going to use Vim, I highly recommend you install Tim Pope’s Pathogen first, as it makes it much easier to implement Add-ons in different directories.

Next, for theme colours (which don’t always work out of the box in the terminal), I highly recommend Ethan Shoover’s Solarized for VIM.

Commands