This file contains 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
" This is the grep command I've always wanted. | |
" This plugin opens the results of 'grep -r' in a bottom window | |
" and uses 'git grep' when in a git repo and regular grep otherwise. | |
" <C-x><C-x> runs grep for the word under the cursor | |
" also this: | |
"map <C-j> :cn<CR> | |
"map <C-k> :cp<CR> | |
"map <leader>c :cclose<CR> |