Created
December 13, 2012 13:36
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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