jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
542 stars 99 forks source link

Control how the quickfix window is opened #7

Closed jmcomets closed 6 years ago

jmcomets commented 7 years ago

After running :Rg, I want the quickfix window to be opened with something like :bot copen. After looking at the code, right now it's just a copen, but I don't see how this couldn't be changed via an option.

jremmen commented 6 years ago

Added in https://github.com/jremmen/vim-ripgrep/pull/19

jmcomets commented 6 years ago

Thanks! I'd switched back to ack-vim with a custom user command because of the annoyance, definitely will give this another try. ;)