Search code examples
intellij-ideaphpstormcursor-position

Phpstorm cursor jumping back constantly at long lines


When I have a long line and want to type text at the end, the cursor constantly jumping back to the middle of the text, for example:
from here: enter image description here to here: enter image description here.
Is it a bug or a feature ? How can I turn it off ? My PHPstorm version is 4.0.2 (#PS-117.501)


Solution

  • The cause of this is the ideaVIM plugin. When you disable it, it works just fine !
    Here is he issue: http://youtrack.jetbrains.com/issue/IDEA-85578