kien / ctrlp.vim

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

Can I keep global CWD the same as Ctrlp's CWD? #756

Open pikaren opened 6 years ago

pikaren commented 6 years ago

Hi,

I'd like to keep Vim's global working directory consistent with wherever Ctrlp's root working directory is. I know it can be done with in CtrlPDir, but is there any way it can be done automatically each time Ctrlp's working directory is changed?

Thanks!