Intellij 14 weird editor/cursor behaviour

前端 未结 8 1078
温柔的废话
温柔的废话 2020-12-23 11:28

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,

相关标签:
8条回答
  • 2020-12-23 11:41

    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 /

    0 讨论(0)
  • 2020-12-23 11:42

    On the top menu, go to Tools > Vim Emulator

    0 讨论(0)
  • 2020-12-23 11:43

    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.

    0 讨论(0)
  • 2020-12-23 11:43

    Disable Vim Emulator for Intellij.

    0 讨论(0)
  • 2020-12-23 11:53

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

    This fixed the issue for me.

    0 讨论(0)
  • 2020-12-23 11:58

    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 
    
    0 讨论(0)
提交回复
热议问题