gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

Ability to turn off specific keybinds #69

Closed Industrial closed 10 years ago

Industrial commented 10 years ago

Hi. I'm not sure if this request is appropriate and/or vim already supplies the means for this but; I'm using these maps:

map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l

and that conflicts in meaning inside Gitv. I'd like to continue to use my maps. Is this possible?

gregsexton commented 10 years ago

Try adding let g:Gitv_DoNotMapCtrlKey = 1 to your ~/.vimrc. You should ensure this is executed before gitv loads.