6 lines
114 B
VimL
6 lines
114 B
VimL
|
" Default to filename searches - so that appctrl will find application
|
||
|
" controller
|
||
|
let g:ctrlp_by_filename = 1
|
||
|
|
||
|
|