Closed Shougo closed 8 years ago
It is not possible to disable individual mapping now. You can disable all mappings in gita-commit
buffer with let gita#features#commit#enable_default_mappings = 0
(https://github.com/lambdalisue/vim-gita/blob/master/plugin/gita.vim#L74) or you need to unmap
with autocmd
.
OK. I will try it.
While vim-gita is in under development, I'm willing to change the default key mappings if there are any better mappings. If you have any idea, let me know :smile:
Close it while new beta release will change mappings.
I have noticed vim-gita commit buffer defines following mappings. They are conflicted Vim's default mappings
b
. I want to disable them...