Added ctrl-p file finder, using file search by default
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
1
vim/bundle/kien-ctrlp
Submodule
Submodule vim/bundle/kien-ctrlp added at 99542d295b
5
vim/plugin/settings/ctrlp.vim
Normal file
5
vim/plugin/settings/ctrlp.vim
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
" Default to filename searches - so that appctrl will find application
|
||||||
|
" controller
|
||||||
|
let g:ctrlp_by_filename = 1
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user