This site has been archived and will no longer be updated.
You can find my new profile at neilpahl.com. My new blog is at 808.ninja.
wanted to be able to search all files recursively in vim
use:
:pwd
to check that you are in your project root. then to search use:
:vimgrep /pattern/j **/*
Pattern can be any kind of vim-regex
PLEASE let me know if I'm doing something wrong, or if you have any suggestions or requests~
blog comments powered by Disqus