Closed sassanh closed 7 years ago
I think you can't, but the mappings are local to the Gitv-buffer.
The problem is I have nnoremap <c-j> <c-w>j
for example but gitv overrides it.
There is an option to use the variable g:Gitv_DoNotMapCtrlKey
.
However, I've added the ability to overwrite any of the default mappings. Please see :help gitv-custom-browser-mappings
. g:Gitv_DoNotMapCtrlKey
is still respected.
thanks
Is it possible to customize mappings in
gitv
buffers?