I am using clang_complete with vim which supports autocomplete for variables using short cut <Ctrl-x Ctrl-u>
. But I want autocomplete to happen with every keypress i.e. whenever I press a character, autocomplete list shown be shown.
I found that CursorMovedI
is an autocmd-event in vim but I could not find any help on autocmd-event.
Please help me find out the way to make autocomplete possible on every keypress.