fisadev / vim-isort

Vim plugin to sort python imports using https://github.com/timothycrosley/isort
MIT License
219 stars 32 forks source link

Tapping "tab" while in visual mode triggers isort_visual() #24

Open nachogoro opened 6 years ago

nachogoro commented 6 years ago

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 :)

daliusd commented 5 years ago

I see this line in your config let g:vim_isort_map = '' and it should help.