Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim Omnicomplete in real time?

Tags:

vim

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.

like image 909
Sahat Yalkabov Avatar asked Aug 07 '11 10:08

Sahat Yalkabov


1 Answers

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

like image 186
jassinm Avatar answered Oct 01 '22 10:10

jassinm