lambdalisue / vim-gita

[Obsolete] An awesome git handling plugin for Vim
Other
226 stars 8 forks source link

Key mappings should follow Vim's flavor #140

Closed lambdalisue closed 7 years ago

lambdalisue commented 7 years ago

For example, ee is mapped to open a file as editable mode but it conflicts with e mapping of a native Vim. vim-gita first developed to follow fugitive's behavior but mappings should follow Vim's behavior.

I need to re-consider about all default mappings again.

lambdalisue commented 7 years ago

This would be taken by https://github.com/lambdalisue/gina.vim which is a new version of vim-gita using job