avatar

Andres Jaimes

Useful vim commands

Even though we have many sophisticated GUI text editors, there is one that has passed all time tests: vi.

vi is a text editor created originally for Unix in 1976. Are you kidding? 1976? Why should I even bother to know it exists? Because that is the …

A basic .vimrc configuration file for vim users

.vimrc is the configuration file for vim. Upon execution vim will read the contents of this file setting up a customized environment. You have to save this file in your home directory. It is important to notice that the commands should not include …