Way to prioritize keybindings from .ideavimrc #302
-
I love IdeaVim, been using it for years and never knew you could have a .ideavimrc config. Upon finding out hours ago, I wrote up a config file with a ton of keybindings. Question: Is there a way to have the JetBrains IDEs prioritize the .ideavimrc keybindings over the ones set in the keymap? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! You can configure handlers for shortcuts in |
Beta Was this translation helpful? Give feedback.
Hi! You can configure handlers for shortcuts in
Settings | Editor | Vim Emulation
. In addition, right now I'm working on support for per-mode shortcuts handlers (e.g. use IDE shortcut in normal mode and vim shortcut in insert mode) and support for defining all handlers in~/.ideavimrc
file. Just wait a little bit, we'll bring you the new release with this feature in one-two weeks :)