Added ctrl-p file finder, using file search by default

This commit is contained in:
yan
2012-01-24 09:10:43 -08:00
committed by Yan Pritzker
parent cfdbeb9ce0
commit a08169de48
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -208,3 +208,6 @@
[submodule "vim/bundle/vim-scripts-Vim-R-plugin"] [submodule "vim/bundle/vim-scripts-Vim-R-plugin"]
path = vim/bundle/vim-scripts-Vim-R-plugin path = vim/bundle/vim-scripts-Vim-R-plugin
url = https://github.com/vim-scripts/Vim-R-plugin url = https://github.com/vim-scripts/Vim-R-plugin
[submodule "vim/bundle/kien-ctrlp"]
path = vim/bundle/kien-ctrlp
url = https://github.com/kien/ctrlp.vim

1
vim/bundle/kien-ctrlp Submodule

Submodule vim/bundle/kien-ctrlp added at 99542d295b

View File

@@ -0,0 +1,5 @@
" Default to filename searches - so that appctrl will find application
" controller
let g:ctrlp_by_filename = 1