From d8dd68e9d6e200b1f6cea36684d72d80a5e81c35 Mon Sep 17 00:00:00 2001 From: Nicola Paolucci Date: Thu, 22 Dec 2011 15:39:53 +0100 Subject: [PATCH] GitGrep mapping ,gg now closes the quotes and puts the cursor in the middle. You only need to press enter. --- vim/plugin/settings/skwp-keymap.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/settings/skwp-keymap.vim b/vim/plugin/settings/skwp-keymap.vim index b9459899..f080d543 100644 --- a/vim/plugin/settings/skwp-keymap.vim +++ b/vim/plugin/settings/skwp-keymap.vim @@ -62,7 +62,7 @@ map :TComment imap :TCommenti "open up a git grep line, with a quote started for the search -nnoremap ,gg :GitGrep " +nnoremap ,gg :GitGrep "" nnoremap ,gcp :GitGrepCurrentPartial " hit ,f to find the definition of the current class