gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Keybinding conflicts #26

Closed Mange closed 12 years ago

Mange commented 12 years ago

Hi, I'm using <C-l> (along with <C-h>, <C-j>, and <C-k>) to navigate windows in vim. <C-l> is mapped inside the gitv preview window and I cannot come up with a good way to revert it.

Could you perhaps add some configuration where I can disable any bindings I want removed or show me a good way to revert this?

gregsexton commented 12 years ago

Just pushed an update. You should be able to put

let g:Gitv_DoNotMapCtrlKey = 1

in your .vimrc to solve this.

Let me know if this doesn't work for you.

Thanks,

Greg

Mange commented 12 years ago

Works perfectly. Thanks! :heart: