kien / ctrlp.vim

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

Avoid Parent directory #647

Open sivaswami opened 9 years ago

sivaswami commented 9 years ago

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.

Hellseher commented 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...