wincent/ferret

Case insensitvie search

rjshrjndrn opened this issue · 4 comments

Thanks for this awesome plugin. Is there any way to add case insensitve search. For example,
:Ack hello should match both Hello and heLLo.

Yes. That depends on the underlying search tool that you're using.

For example, if you're using ack, ag or rg, then :Ack -i hello (or :Ack hello -i) would do what you want.

This is a bit of a cheatsheet showing (some of? most of?) the arguments that the different tools can take. Ferret will pass any arguments that you supply on to the underlying tool.

My question was more of, how can I make case insensive default option?