k0pernikus
k0pernikus

Reputation: 66817

How to enable vim-mode shortcuts only for navigation in IdeaVim plugin?

I want to use the IdeaVim plugin, yet currently only the parts of the navigation.

This means I want to be able to navigate the file using the j,k,h,l keys or use the e and b.

Yet as soon as when I enter insert mode I want all the shortcuts to still be PhpStom's.

Also it would be nice to toggle IdeaVim on/off via shortcut, for the transition process while I am learning vim shortcuts.

I did not found way to configure it this way. Can I achieve this, and if so, how?

Upvotes: 2

Views: 844

Answers (1)

Andrey Vlasovskikh
Andrey Vlasovskikh

Reputation: 16858

You can use the Normal mode of IdeaVim only with other modes, including the Insert mode. As for the shortcut to toggle the Vim emulation, you can assign your own shortcut for that in Settings | Keymap.

Upvotes: 1

Related Questions