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

Always disable automatic typing #707

Closed
Flimm opened this issue May 19, 2017 · 4 comments
Closed

Always disable automatic typing #707

Flimm opened this issue May 19, 2017 · 4 comments

Comments

@Flimm
Copy link
Contributor

Flimm commented May 19, 2017

Sometimes, jedi-vim automatically types characters for me when in insertion mode. For instance, after I type: from logging , jedi-vim automatically types for me import , to make the line:

from logging import

I find this very annoying, I don't want to break muscle memory. I want jedi-vim to allow me to type import myself, and then display a list of suggestions, from which I can select using keyboard shortcuts.

Another situation where jedi-vim automatically types for me, instead of displaying a list of options, is described in issue #706.

Is there a setting where I can universally stop jedi-vim from automatically typing for me?

@blueyed
Copy link
Collaborator

blueyed commented May 19, 2017

You can use let g:jedi#smart_auto_mappings = 0 to disable it for now.
See also #568.

@blueyed
Copy link
Collaborator

blueyed commented May 19, 2017

#706 seems to be something else, so closing this issue.

@blueyed blueyed closed this as completed May 19, 2017
@Flimm
Copy link
Contributor Author

Flimm commented May 19, 2017

I'm sure there are other cases where jedi-vim types things for me, I'll come back and when I have more cases, could we re-open this issue?

@blueyed
Copy link
Collaborator

blueyed commented May 19, 2017

Let's keep this about the import-magic (which #708 should address, please test it).

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