-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Describe the bug
The cursor intermittently jitters/jumps when pressing a. The cursor seems to briefly moves to the wrong position before settling into the correct insert position. This does not occurs all the time, but enough to be distracting while typing.
To Reproduce
Steps to reproduce the behavior:
- Open a new text file
- Add some text (e.g: "The quick brown fox jumps over the lazy dog")
- Put the cursor to a character (e.g: p)
- Press
a, if the issue does not appear, pressamultiple time
Expected behavior
Smooth cursor movement to append position (like the i command)
Screen Recordings
Screen recording of the issue:
VsCodeVimACommandIssue.mov
Screen recording of the behavior with cursorSmoothCaretAnimation set to on:
VsCodeVimACommandIssueSmooth.mov
Environment:
- Extension (VsCodeVim) version: 1.30.1
- VSCode version: 1.104.1 (Stable), 1.105.0 (Insider)
- OS: macOS 15.7 (24G222)
Additional context
- cursorSmoothCaretAnimation masks the issue but unusable due to Allow disabling
editor.cursorSmoothCaretAnimationin specific modes (particularly insert). #3265 - Setting
"extensions.experimental.affinity": {"vscodevim.vim": 1}does not solve the issue - The issue is also present on VS Code Web
- I tested with all other extensions disabled. Both on Vscode, Vscode Insider and Vscode Web
Metadata
Metadata
Assignees
Labels
No labels