Added ctrl-p file finder, using file search by default
This commit is contained in:
parent
cfdbeb9ce0
commit
a08169de48
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
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 99542d295b54dab166707eeeba754bd7f8592b8e
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user