You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
fromloggingimport
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?
The text was updated successfully, but these errors were encountered:
Sometimes, jedi-vim automatically types characters for me when in insertion mode. For instance, after I type:
from logging
, jedi-vim automatically types for meimport
, to make the line: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?
The text was updated successfully, but these errors were encountered: