Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with cursor jumping to last edit before save when switching to insert mode (vscodevim) #411

Closed
francescoferraioli opened this issue Feb 18, 2025 · 2 comments · Fixed by #413

Comments

@francescoferraioli
Copy link

Somewhat similar to #408 but also not.

Reproductions steps:

  1. Install vscodevim
  2. Install editorconfig-vscode 17.0.0
  3. Open a file
  4. Make a change (lets call this line x)
  5. Save the file
  6. Move caret around in normal mode away from that line (j,j,j). Lets call this line y.
  7. Enter insert mode (i)

Expected:
You enter insert mode with the caret where you were right before you entered insert mode (line y)

Actual:
You enter insert mode with the caret where in the line that you saved the file on (line x).

The workaround is to install the previous version.

@SunsetTechuila
Copy link
Member

proper fix requires microsoft/vscode#241075 to be resolved

see #410 (comment)

@francescoferraioli
Copy link
Author

Ok. Please let me know when it has been resolved and I can update to the latest. For now I'll say on the version before the 17 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants