ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

How to create a custom ctrlp command #556

Closed kkharji closed 3 years ago

kkharji commented 3 years ago

Hay there, I'm trying so hard to create a ctrlp for a given list of dirs, which on enter I can cd into it.

It sucks that the documentation for ctrlp api is poor and it makes so diffcult to extend.

Thanks

tacahiroy commented 3 years ago

am guessing is that you want to create the extension let you cd to the selected directory mebe? If so see readme.md and a sample code found in the file.

kkharji commented 3 years ago

Thanks a lot