How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?

Simon Su picture Simon Su · May 10, 2015 · Viewed 10.1k times · Source

In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?

Answer

Michal Kordas picture Michal Kordas · May 10, 2015

Alt + / and Alt + Shift + / work both in plain IntelliJ and with IdeaVim installed.

Please see documentation on JetBrains page - it's called Hippie Completion (newer versions call this completion Cyclic Expand Word).

And of course you can always use Ctrl + Space, Ctrl + Shift + Space, Ctrl + Alt + Space.