kien / ctrlp.vim

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

Change searching directory after invoking CtrlP with <C-p>. #793

Open tusqasi opened 3 years ago

tusqasi commented 3 years ago

Question: How can I change the directory where CtrlP searches for files on the fly ?

Explantion: I am now in "~/Documents/c/project/" directory. Now I want a file in "\~/Random/more/other"

Any ideas? I tried googling, sifted through the github issues, and also stackoverflow. Couldn't find a solution which I can use or even understand how to implement on my own.