jremmen / vim-ripgrep

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

feature request: Have a way to pass "temporary" rg flags #25

Closed n00bmind closed 5 years ago

n00bmind commented 6 years ago

Hi. Many thanks for the plugin. I have it mapped to several keys, and it'd be really neat if I could pass each of those a slightly different subset of rg flags, without having to change any of the g: variables. For instance I'd like to have mapping for regex/nonregex, case sensitive/insensitive etc. As it stands, its a bit cumbersome to do so. Just my two cents. Thanks!

watsoncj commented 6 years ago

This used to work in 88ce3691. Was broken with the introduction of visual search selection 7d01d697.