summaryrefslogtreecommitdiff
path: root/_config/110-ctrlp.vim
blob: 01041fa6546a23de683b9a600644cb81b32f0307 (plain)
1
2
3
4
5
6
7
8
UsePlugin 'ctrlp.vim'

let g:ctrlp_user_command = ['.git', 'git -C %s ls-files -co --exclude-standard']

let g:ctrlp_switch_buffer = 0

" for multi-byte char
let g:ctrlp_key_loop = 1