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

On-the-fly completion #214

Closed
Tagussan opened this issue Nov 8, 2020 · 1 comment
Closed

On-the-fly completion #214

Tagussan opened this issue Nov 8, 2020 · 1 comment

Comments

@Tagussan
Copy link

Tagussan commented Nov 8, 2020

Hi,

Is it possible to start completion immediately after I enter insert mode? To start completion, I need to press Tab.
It would be a great speed-up if the completion starts after I enter insert mode and type a few characters.

Maybe I can add this in my vimrc: autocmd InsertCharPre * call <<function>> to achieve this, but I could not figure out which function to set.

Thanks

@ervandew
Copy link
Owner

there are other completion plugins designed to auto open the completion menu as you type, so I don't think this is something that should be added to supertab.

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