Skip to content

Instantly share code, notes, and snippets.

@benmoss
Created July 16, 2013 21:31
Show Gist options
  • Save benmoss/6015341 to your computer and use it in GitHub Desktop.
Save benmoss/6015341 to your computer and use it in GitHub Desktop.
function! AckGrep()
let command = "ack ".expand("<cword>")
cexpr system(command)
cw
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment