sodapopcan / vim-twiggy

Git branch management for Vim
280 stars 15 forks source link

Deprecate `^` and `V` mappings #28

Closed sodapopcan closed 5 years ago

sodapopcan commented 5 years ago

The standard behaviour of^ and V can actually be quite useful within the twiggy buffer. It can be especially surprising (and potentially harmful) for people unfamiliar with the mappings and press either of those expecting the standard behaviours. It was also a goal of mine to only repurpose mappings that didn't make sense in an unmodifiable buffer which I dropped the ball on there.

I'm going to add deprecation warnings for these and eventually remove them. They will be changed to:

P (formerly ^): push p (formerly V): pull