mileszs / ack.vim

Vim plugin for the Perl module / CLI script 'ack'
Other
3.08k stars 396 forks source link

run :Ack {pattern} and do not auto open any results #271

Open andykais opened 4 years ago

andykais commented 4 years ago

Hi, I was wondering if it is possible to run Ack and view search results without auto opening the first result. Sometimes I just want to know where a pattern is located and I do not need to actually view the file

charlieye-dev commented 3 years ago

same issue as you.

ghost commented 3 years ago

I believe this can be done by running :Ack! {pattern}.