Subject: | PATCH: mention vim integration |
=head2 Vim integration
ack integrates easily with the Vim text editor. Set this in your .vimrc
to use 'ack' instead of 'grep':
set grepprg=ack\ -a
That examples uses "-a" to search through all files. You may use other
default flags. Now you can search with 'ack' and easily step through the
results in Vim:
:grep Dumper perllib
=cut
Mark