My Entire .vimrc File In 2 Lines

Sat Oct 14 2017 | Thoughts  | 0 Comments

I've always been a minimalist when it comes to configuration files.

I like to be able to switch to other computers which may or may not have my settings. The fewer settings I have, the quicker I can get a working environment up and running.

If you like configuring your setup feel free to go crazy...


Why I Use Vim

Fri Oct 06 2017 | Thoughts  | 0 Comments

vim google autocomplete

Vim is hard. Vim is awesome. Vim is for old people.

Everyone has an opinion. Here's mine.

The Beginning

I've been using Vim for over 10 years. ...



What Is Vim

Fri Oct 06 2017 | Thoughts  | 0 Comments

Before providing my own views on what Vim is, let's take a look at what the official documentation has to say:

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. - http://www.vim.org

The ...