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