Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is amazing! Thank you!!

The quickfix window is so small, so I added the "-c only" option to make it the only window that first pops up. Then made it a function so it's easier to call:

``` vgrep() { rg --vimgrep "$1" | vim -c cb! -c copen -c only - } ```

$> vgrep "restore_tool"



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: