Reputation: 33694
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
Reputation: 7509
i would recommend neocomplcache. it looks better and works faster then AutoComplPop
Upvotes: 18
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