Intellij 14 weird editor/cursor behaviour

2019-01-31 10:49发布

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.

7条回答
再贱就再见
2楼-- · 2019-01-31 11:08

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

This fixed the issue for me.

查看更多
再贱就再见
3楼-- · 2019-01-31 11:12

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.

查看更多
手持菜刀,她持情操
4楼-- · 2019-01-31 11:20

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

查看更多
干净又极端
5楼-- · 2019-01-31 11:24

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.

查看更多
SAY GOODBYE
6楼-- · 2019-01-31 11:25

On the top menu, go to Tools > Vim Emulator

查看更多
时光不老,我们不散
7楼-- · 2019-01-31 11:30

screenshot

Disable Vim Emulator for Intellij.

查看更多
登录 后发表回答