Reputation: 3000
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: to here: .
Is it a bug or a feature ? How can I turn it off ? My PHPstorm version is 4.0.2 (#PS-117.501)
Upvotes: 2
Views: 957
Reputation: 3000
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
Upvotes: 2
Reputation: 401877
It may be font specific bug, try to change the font in Settings
(Preferences
on Mac) | Editor
| Colors & Fonts
.
Upvotes: 1