Enter Key not working in Insert Mode #1000
Replies: 3 comments
-
@DanielHidalgoChica did you manage to solve this? I am also experiencing the same problem. |
Beta Was this translation helpful? Give feedback.
-
Same issue here.... |
Beta Was this translation helpful? Give feedback.
-
@DanielHidalgoChica : I tested your config file, and enter key did indeed stop to work in Insert mode. The problem is somewhere in your vimrc file (it is not compatible with ideavim). When I rolled back to my own configuration file, enter worked as expected in Insert mode again. You could try to remove parts of the config file until enter starts behaving as it should again. @LunaCodeGirl : I suspect that you are having the same issue (unless your don't have a config file). |
Beta Was this translation helpful? Give feedback.
-
ideavimrc.txt
I have just installed CLion 2024.2.2 (in Ubuntu 22.04.1) with version 2.16.0 of the IdeaVim plugin. Enter Key is just not working in Insert Mode: it does nothing in the editor when pressed, but Ubuntu makes this "bup" sound (like when you press TAB when autocompleting commands in terminal).
I can't find a reason why. My ~/.ideavim file is not the problem (I will attach it anyway) as it is an exact copy of my ~/.vimrc and Enter Key has normal behaviour in Vim, as it also works when the Plugin is not enabled.
I have seen some other threads where people some years ago had similar issues, but I haven't found any solutions out there.
Please, how can I go about solving this? Any help would be much, much appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions