Merge pull request #5 from durdn/master
Fixed your ,gg GitGrep mapping to close the quotes and put cursor in the middle
This commit is contained in:
commit
3eec4c39e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user