-
I have the following in my vimrc:
After upgrading to 1.8.0 I can't use "Enter" key in insert mode anymore, and getting Anyone can suggest how I could fix this without modifying .vimrc? Maybe through .ideavimrc? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
IdeaVim supports mappings with expressions since 1.7.0, so the line is no longer ignored |
Beta Was this translation helpful? Give feedback.
IdeaVim supports mappings with expressions since 1.7.0, so the line is no longer ignored
You can add
iunmap <CR>
to your.ideavimrc
(after the line where you source your.vimrc
) or create an IDE-specific vimrc (it's a new feature and it's kinda cool) https://github.com/JetBrains/ideavim#ide-specific-options