Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created December 13, 2012 13:36
Show Gist options
  • Save pimeys/4276428 to your computer and use it in GitHub Desktop.
Save pimeys/4276428 to your computer and use it in GitHub Desktop.
.vimrc shortcut to search the currect directory tree with the word below the cursor (or selection) and return the results in a new buffer. Needs ack.vim plugin.
noremap <silent> <leader>a yiw:Ack! <C-r>"<cr>
vnoremap <silent> <leader>a y:Ack! <C-r>"<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment