Search code examples
vimclang-complete

Are arrow keys the way to scroll through Clang-completions in Vim?


Having read lots of great advice from here and across the www, I'm happily trying to set up my first Vim environment under Linux (for C++). I've added the C.Vim plugin and also successfully added Clang_complete - which both seem to work. However, I'm using the arrow keys and to choose between 'Clang-completions' - this seems to go against the Vim grain (of never touching the arrow keys) - am I doing something wrong?

Just trying to get off on the right track - Thanks


Solution

  • If I remember correctly, clang-complete's suggestions are pushed in the default vim completion list, which you can open using ^p or ^n and navigate through the same way.