From 83288b12a63ff28f6dd159f4da5a34ee22d344f3 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Tue, 12 Mar 2013 15:03:54 +0000 Subject: [PATCH] added ctrlp customizations --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 45d03f9..aae06fe 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -130,3 +130,6 @@ endfunction let g:bufExplorerSortBy='fullpath' let g:bufExplorerSplitOutPathName=0 let g:bufExplorerShowRelativePath=1 +set runtimepath^=~/.vim/bundle/ctrlp.vim +let g:ctrlp_map = '' +let g:ctrlp_cmd = 'CtrlP'