Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nachogoro opened this issue Apr 24, 2018 · 1 comment
Open

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

nachogoro opened this issue Apr 24, 2018 · 1 comment

Comments

@nachogoro
Copy link

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
Copy link

daliusd commented Sep 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants