From f8d39ee5e2d7babffd1af3d49e143ba6141a1641 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Sun, 17 Mar 2013 22:52:27 +0000 Subject: [PATCH] F3 is the shortcut for ctrlp --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index aae06fe..da3a59b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -131,5 +131,5 @@ 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_map = '' let g:ctrlp_cmd = 'CtrlP'