How to set vim's ctrlp plug-in to search files like sublime
淡淡烟草味
淡淡烟草味 2017-05-16 16:43:09
0
2
717

For example, in a rail project, how to use app con rb to search for the file app/controllers/application.rb

淡淡烟草味
淡淡烟草味

reply all(2)
淡淡烟草味

I usually look like this:

:e **/app*.rb

Then tab

曾经蜡笔没有小新

well, this is an old post.
First of all, if it is rails, I recommend using this plug-in. Bundle 'tpope/vim-rails' If it is not rails, it is recommended to use
Bundle 'kien/ctrlp.vim.git'

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template