Charlie Dalsass
Charlie Dalsass
I read the Stackoverflow post, and it works... but is there a way to make that less clunky? Is there a map I can apply to get Control-V to work...
Configure vim as follows: let g:rooter_patterns = ['>/Users/chucky/projects' ] Setup a few projects. ``` mkdir -p /Users/chucky/projects/project1 mkdir -p /Users/chucky/projects/project2 echo "test" > /Users/chucky/projects/project1/test.txt echo "test" > /Users/chucky/projects/project2/test.txt ``` open...
@airblade let me know if my understanding is correct. Also, it would be great to refresh NerdTree when switching projects, as I've missed the console a few times and been...
Even after uninstall of Nerdtree, the issue is there. Switching back to my branch does resolve it.