I have silver searcher set up in vim and would like to search from the root of a project directory without having to explicitly passing in the file path.
For example, let's say I'm at /project_root/lvl1/lvl2
.
I want to search for a word starting from /project
without having to type :Ag word ../..
.
Is there a way to do so?