,K - Git grep up to next exclamation. Useful for ruby method grepping

This commit is contained in:
yan
2012-01-20 19:17:35 -08:00
parent 413f989dd5
commit 4a2bd58c99
3 changed files with 22 additions and 4 deletions

View File

@@ -85,9 +85,6 @@ nnoremap <silent> ,f <C-]>
"toggle between last two buffers with Z (normally ctrl-shift-6)
nnoremap <silent> ,z <C-^>
"git grep the current word using K (mnemonic Kurrent)
nnoremap <silent> K :GitGrep <cword><CR>
" ==============================
" Window/Tab/Split Manipulation
" ==============================