2/10/2016
Today I learned about a vim plugin called "ctrlp". This plugin can be found here..o The interesting thing about this plugin is that it adds fuzzy searching to vim.
Installed it the following ways:
cd ~/.vim
git clone https://github.com/kien/ctrlp.vim.git bundle/ctrlp.vim
Added the following to my .vimrc
set runtimepath^=~/.vim/bundle/ctrlp.vim