VimRC - VI on Steroids

Vim has been one of my favorite tool from text editing to IDE and what not. But with great power, comes great features and responsibilities. So I would like to share my vimrc settings that I use in my day to day workflow. I find in really helpful and productive.

First of all if you are new to rc files. RC stands for Run Command in Unix terms, which would basically load sets of configuration before loading the application.

In case if you don’t have vimrc you can create one using vi

vim ~/.vimrc

Then you can Copy and Paste the following text.

Save the File and Restart vi and if you are interested in deeper dive I found this link really helpful.

http://newbiedoc.sourceforge.net/text_editing/vim.html.en