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 :)
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_visualis invoked automatically instead.I want to disable any sort of key binding for
vim-isortand only launch it manually withIsort. Any clue on how to do it?In case it is useful, this is my vimrc file.
Thanks for your work and support :)