vim-isort icon indicating copy to clipboard operation
vim-isort copied to clipboard

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

Open nachogoro opened this issue 7 years ago • 1 comments

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

nachogoro avatar Apr 24 '18 12:04 nachogoro

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

daliusd avatar Sep 13 '18 06:09 daliusd