kien / ctrlp.vim

Fuzzy file, buffer, mru, tag, etc finder.
kien.github.com/ctrlp.vim
7.26k stars 676 forks source link

ctrlp + dirvish #746

Closed bbtdev closed 6 years ago

bbtdev commented 6 years ago

Hello, I'm no power user, so maybe this is a dumb request, but I do really love dirvish and I really love ctrlp. Is it possible to use ctrlp inside a dirvish window/buffer?

dwayneyuen commented 5 years ago

I know this is a bit old, but in case you were still looking for a solution, this works for me:

autocmd FileType dirvish nnoremap <buffer><silent> <c-p> :CtrlP<cr>