gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

Possibility to customize mappings #103

Closed sassanh closed 7 years ago

sassanh commented 8 years ago

Is it possible to customize mappings in gitv buffers?

AlterDepp commented 8 years ago

I think you can't, but the mappings are local to the Gitv-buffer.

sassanh commented 8 years ago

The problem is I have nnoremap <c-j> <c-w>j for example but gitv overrides it.

rbong commented 7 years ago

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.

sassanh commented 7 years ago

thanks