GitGrep mapping ,gg now closes the quotes and puts the cursor in the middle. You only need to press enter.

This commit is contained in:
Nicola Paolucci
2011-12-22 15:39:53 +01:00
parent e03c1555f6
commit d8dd68e9d6

View File

@@ -62,7 +62,7 @@ map <D-/> :TComment<CR>
imap <D-/> <Esc>:TComment<CR>i
"open up a git grep line, with a quote started for the search
nnoremap ,gg :GitGrep "
nnoremap ,gg :GitGrep ""<left>
nnoremap ,gcp :GitGrepCurrentPartial<CR>
" hit ,f to find the definition of the current class