Open sivaswami opened 9 years ago
Hi, possibly the "klien/ctrl.vim" is not maintained. Here is active fork - https://github.com/ctrlpvim/ctrlp.vim
I have installed Ctrl-P to Vim, but I always forget to use it :) I've found for myself this work flow Gnome-shell + tmux + fzf (https://github.com/junegunn/fzf)
But I see you use it as well...
How I can avoid parent directory and files to be included in search path of ctrlp. I am using 'ra' mode let g:ctrlp_working_path_mode='ra' but my parent folder has ".git" and I want to navigate only inside current folder and sub folders.
A (with .git) => B (current directory of launching vim) => C I want to navigate files only in B and C and not A.