I would like to use Ack (or similar plugin if something else can do the job) to search my whole project in Vim by default, rather than just the current directory. Ideally I'd end up with a process that works like using Cmd+Shift+F in Sublime. How can I do this?
An option like CtrlP's let g:ctrlp_working_path_mode = 'r'
that makes it search within the nearest parent directory that contains a file like .git
would be perfect. (https://github.com/kien/ctrlp.vim#basic-options)
$HOME
and opening files from there. – Kampala.vimrc
it's hard to go further but it smells like a NERDTree option orautochdir
. – Kampala