Closed smalinux closed 2 years ago
Hello! It is already possible to not map them
From the readme:
If you don't want vim-gitgutter to set up any mappings at all, use this:
let g:gitgutter_map_keys = 0
It's also worth knowing that GitGutter won't map <leader>hp
, <leader>hs
, and <leader>hu
if they have already been mapped, nor if you have already mapped what they map to, i.e. <Plug>(GitGutterStageHunk)
etc:
Thank you for the response.
I mapped <leader>h
for another plugin, so this bind was a little slow because nvim was waiting to see if it would be added another key after leader+h
Thanks
First of all, thank you for this project. I apologize if this question is too simple.
I want to unbind(or remove them completely) all these binds because cause conflicts with my older binds:
<leader>hp
,<leader>hs
, and<leader>hu
Are there any plans to not hardcode them inside the plugin?Thanks