From a08169de48df15dba5250627c2c3ff2675cafe9e Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 24 Jan 2012 09:10:43 -0800 Subject: [PATCH] Added ctrl-p file finder, using file search by default --- .gitmodules | 3 +++ vim/bundle/kien-ctrlp | 1 + vim/plugin/settings/ctrlp.vim | 5 +++++ 3 files changed, 9 insertions(+) create mode 160000 vim/bundle/kien-ctrlp create mode 100644 vim/plugin/settings/ctrlp.vim diff --git a/.gitmodules b/.gitmodules index 1ec86c5..553ea71 100644 --- a/.gitmodules +++ b/.gitmodules @@ -208,3 +208,6 @@ [submodule "vim/bundle/vim-scripts-Vim-R-plugin"] path = vim/bundle/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 diff --git a/vim/bundle/kien-ctrlp b/vim/bundle/kien-ctrlp new file mode 160000 index 0000000..99542d2 --- /dev/null +++ b/vim/bundle/kien-ctrlp @@ -0,0 +1 @@ +Subproject commit 99542d295b54dab166707eeeba754bd7f8592b8e diff --git a/vim/plugin/settings/ctrlp.vim b/vim/plugin/settings/ctrlp.vim new file mode 100644 index 0000000..56b51ec --- /dev/null +++ b/vim/plugin/settings/ctrlp.vim @@ -0,0 +1,5 @@ +" Default to filename searches - so that appctrl will find application +" controller +let g:ctrlp_by_filename = 1 + +