Sahat Yalkabov
Sahat Yalkabov

Reputation: 33694

Vim Omnicomplete in real time?

I want my omnicomplete tooltip appear as I type, or 1 second after I stopped typing, or even after I type period.(akin to visual studio). Is that possible in Vim?

For those who have no idea what I am talking about, I want this little window to show up without pressing CTRL+X, CTRL+O or any other awkward keyboard shortcuts.

http://blogs.warwick.ac.uk/dwatkins/entry/vim_omnicomplete_awesomeness/

CTRL + Space sounds like a good alternative but I am on a Macbook, my leftmost key is Fn, not Control unfortunately.

Upvotes: 12

Views: 13275

Answers (3)

jassinm
jassinm

Reputation: 7509

i would recommend neocomplcache. it looks better and works faster then AutoComplPop

Upvotes: 18

Randy Morris
Randy Morris

Reputation: 40947

It sounds to me like you're looking for something like AutoComplPop.

This pops up the completion menu while you're typing.

Upvotes: 1

sa125
sa125

Reputation: 28971

Have you tried looking at supertab? Not sure if that's what you're after, but maybe you'll find something interesting in the source. Good luck!

Upvotes: 3

Related Questions