Comment on VimAck: A port of TextMate's Find-in-Project feature for MacVim.appComments−mrinterweb15yThis looks nice, but I prefer the functionality provided in vim. In your .vimrc, you can set grepprg to ack, grep, or (my favorite super fast search) git grep. Then if you want to display the results just type ":copen".Example: "set grepprg=git\ grep\ -n"
Comments
This looks nice, but I prefer the functionality provided in vim. In your .vimrc, you can set grepprg to ack, grep, or (my favorite super fast search) git grep. Then if you want to display the results just type ":copen".
Example: "set grepprg=git\ grep\ -n"