After updating Cursor to the latest version (v0.45.11), I’m experiencing an issue with focus.
After auto-completion, the cursor moves directly to the last line of the code. How can I prevent this?
My current Cursor version is as follows:
Version : 0.45.11
VSCode Version : 1.96.2
Commit : f5f18731406b73244e0558ee7716d77c8096d150
Date : 2025-02-07T09:43:58.555Z
Electron : 32.2.6
Chromium : 128.0.6613.186
Node.js : 20.18.1
V8 : 12.8.374.38-electron.0
OS : Darwin arm64 23.6.0
deanrie
February 17, 2025, 8:29am
2
Hey, could you please record a video of this behavior?
deanrie
February 18, 2025, 6:41am
4
Does this happen in all files? Do you have auto-save enabled? It might be due to this if it’s set to afterDelay
.
Yes, it happens in all files. It was enabled when I filmed the video. Even after turning off the ‘autosave’ function, this issue still occurs when I manually save.
Is there any way to prevent this?
deanrie
February 18, 2025, 9:23am
6
Could it be a problem with an extension? Try booting in safe mode using this command in the terminal: cursor --disable-extensions
.
1 Like