Last Updated: February 25, 2016
·
785
· huynguyen

vim & ack.vim together in harmony

With vim you can use * to search for the word under the cursor.

With ack.vim you can then just :Ack<CR> to do the search across ALL THE FILES!

Bonus: Use thesilversearcher it's faster.