Intellij 14 weird editor/cursor behaviour

Intellij IdeaEditorText Cursor

Intellij Idea Problem Overview


I just upgraded my Intellij IDEA to version 14, but I have the problem that my cursor in the editor window is acting "different". It starts of in a sort of protected mode, which looks like the insert mode but it isn't, where I can't insert anything. After pressing some keys like a it changes back to normal except that sometimes it goes in a selection mode and by that I mean if I hit backspace instead of deleting the character as expected it just selects/highlights it. I find this behavior really annoying and I hope one of you can help me.

Additional Information:

> > Mac OS X 10.10 Yosemite
Intellij 14.0

Please ask if i can provide any additional information which might be helpful.

Intellij Idea Solutions


Solution 1 - Intellij Idea

Disabling/Uninstalling the ideaVim plugin seemed to fix the problem for me. The plugin description hints that you can configure it via a configuration script in ~/.ideavimrc, which there may also be options to get "normal" behavior with the plugin installed but I haven't looked into that though because the plugin doesn't seems all that useful to me. I hope this helps other people to fix their issues with IntelliJ 14.

Solution 2 - Intellij Idea

screenshot

Disable Vim Emulator for Intellij.

Solution 3 - Intellij Idea

On the top menu, go to Tools > Vim Emulator

Solution 4 - Intellij Idea

ideaVim plug in is the problem, disable that and that misbehaviour will be gone.

Mac OS X Yosemite / IntelliJ IDEA 14 CE / us keyboard layout /

Solution 5 - Intellij Idea

If your cursor looks like this:

enter image description here

Go to tools:

enter image description here

Turn off Vim Emulator:

Cursor should go back to normal.

enter image description here

Solution 6 - Intellij Idea

Settings > IDE Settings > Editor > Appearance > Disable Use block caret

This fixed the issue for me.

Solution 7 - Intellij Idea

It seems you have entered into insert mode. I have mac and I entered some combination of keys which somehow enabled insert mode. The use block caret was not ticked for me. I found this mentioned on JetBrains thread to get out of insert mode

In short, press on mac to get back into editing mode with the normal cursor

⌥ + ⌘ +  v 

Solution 8 - Intellij Idea

Create your shortcut key to Disable or Enable Insert/Ovewrite mode

Go to the Keymap section of your preferences and add your keyboard shortcut to the Toggle Insert/Override command.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJonyView Question on Stackoverflow
Solution 1 - Intellij IdeaJonyView Answer on Stackoverflow
Solution 2 - Intellij IdeaPrashant SrivastavView Answer on Stackoverflow
Solution 3 - Intellij IdeaVmetalView Answer on Stackoverflow
Solution 4 - Intellij IdeaBenjamin PappView Answer on Stackoverflow
Solution 5 - Intellij IdeaDanielView Answer on Stackoverflow
Solution 6 - Intellij IdeaAmey ShirkeView Answer on Stackoverflow
Solution 7 - Intellij IdeatausifView Answer on Stackoverflow
Solution 8 - Intellij IdeaDelabiView Answer on Stackoverflow