Search code examples
intellij-ideavimjetbrains-ideideavim

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


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


Solution

  • 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.