Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mrinterweb
on May 29, 2011
|
parent
|
context
|
favorite
| on:
VimAck: A port of TextMate's Find-in-Project featu...
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"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Example: "set grepprg=git\ grep\ -n"