Vim a day - Part 1
This is the first blog post from the Vim a day series.
The post is about the plugin ctrlP which is available here.This plugin is really useful since it lets you jump between files really quickly.
If you are using Vundle, its really easy to install.
Plugin 'kien/ctrlp.vim'
Now typing control + p does a quick fuzzy search in the current directory.Some of the quick shortcuts that I came across.