-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add ability to use tab to complete like IDEs and youcompleteme #10
Comments
Well, my installation is working with tab completion. Maybe it's supertab working over it tho. |
That's weird. I'm not using supertab, but I do have this in my .vimrc
Pressing tab just inserts 4 spaces when the completion window appears by itself |
Well, as far as i know vim by default doesn't use tab for walking over and back on the popup list, instead one should use C-p or C-n. However, one can emulate the tab behavior by mapping it to those key binds, which is exactly what supertab does. |
Ah ok, thanks |
Not sure if this is worth implementing or not but might be useful
The text was updated successfully, but these errors were encountered: