In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?
Ctrl + N
Ctrl + P
Add the following keymaps: Ctrl+N to Down and Ctrl+P to Up
Ctrl+N
Down
Ctrl+P
Up
So you can easily navigate in the completions menus.