git-blame.vim
git-blame.vim copied to clipboard
gitblame.vim: map <Plug>(GitBlame)
The default mappings where (rightly) removed in order not to interfere with users' preferred bindings. But the right way to solve the problem is to add a <Plug> mapping, which can then be bound to any key sequence.