pivotalcommon / vim-config

(Mac)Vim configuration
MIT License
56 stars 41 forks source link

Remove quick binding for Ggrep, which conflicts with existing Gblame. #30

Closed chinigo closed 10 years ago

chinigo commented 10 years ago

Previously, ",g" would show the git blame drawer. Now ",g" does nothing, because it's waiting for you to finish typing "gg" for Ggrep. This reverts to the earlier behavior.

nertzy commented 10 years ago

:+1:

brysgo commented 10 years ago

Maybe we can use ,gb personally I don't find myself using gblame enough to warrant it occupying ,g (and as a result any binding prefixed with ,g.

I've been using ,gb as a side effect but I think it would be good to make it explicit in the mapping, unless you are attached to ,g in which case we can keep discussing this.

nertzy commented 10 years ago

I also prefer ,gb

I'd like to add ,gs for git status as well. I use that all the time.