Skip to content

Instantly share code, notes, and snippets.

@logie17
Last active February 11, 2016 00:07
Show Gist options
  • Save logie17/2ca66e2783ec56c3d338 to your computer and use it in GitHub Desktop.
Save logie17/2ca66e2783ec56c3d338 to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment