F3 is the shortcut for ctrlp

This commit is contained in:
Bruno Miguel Silva
2013-03-17 22:52:27 +00:00
parent 7fd946977c
commit f8d39ee5e2
+1 -1
View File
@@ -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 = '<c-t>'
let g:ctrlp_map = '<F3>'
let g:ctrlp_cmd = 'CtrlP'