Sublime Forum

Cursor does not move

#1

Hi,

I’m using Sublime in linux, and also in vi mode. (Usually) when I am making a lot of changes over a code, especially inside parentheses, sometimes the cursor disappears. Rather, it is there but it does not move as press movement keys.
I am seeing the current line highlighter moving, but the cursor is not refreshed.

And when this happens, when I close sublime, it does not cleanly quits, and I have to kill it.
Any help would be greatly appreciated.

Best,
Joon

0 Likes

#2

Something similar happen when a plugin call view.begin_edit() without calling next the mandatory view.end_edit().
When it happens, a message is displayed in the console.
Next time, look if you have something in your console.

0 Likes

#3

Is your problem similar to the one I describe here?
https://forum.sublimetext.com/t/problems-with-cut-shortcut-may-be-bug/6195/6&hilit=cursor#p38143

I’m trying to find out if somebody has found a workaround for this.

0 Likes