vim-isort
vim-isort copied to clipboard
Tapping "tab" while in visual mode triggers isort_visual()
Just like the title states: if I press tab while in visual mode (which I do frequently because I have it remapped to '%' in order to move to the matching brace quickly), py3 isort_visual is invoked automatically instead.
I want to disable any sort of key binding for vim-isort and only launch it manually with Isort. Any clue on how to do it?
In case it is useful, this is my vimrc file.
Thanks for your work and support :)
I see this line in your config let g:vim_isort_map = '' and it should help.