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

vim.statusBarColorControl:true setting causes cursor automatically jump to the last edited position when switching to insert mode #9479

Open
Charles-Hang opened this issue Feb 12, 2025 · 4 comments

Comments

@Charles-Hang
Copy link

Describe the bug
vim.statusBarColorControl:true setting causes cursor automatically jump to the last edited position when switching to insert mode

To Reproduce
Steps to reproduce the behavior:

  1. vim.statusBarColorControl:true
  2. normal mode to insert mode

Expected behavior
don't jump

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.29.0
  • VSCode version: 1.97.1 (Universal)
  • OS: mac
@dschwank
Copy link

dschwank commented Feb 12, 2025

Thanks @Charles-Hang, the issue just suddenly appeared to me and drove me crazy. vim.statusBarColorControl:false is mitigating the issue! 👍

@basicdays
Copy link

I think it started happening for me after the last VSCode update. I haven't confirmed that though.

@thierry-prost
Copy link

thierry-prost commented Feb 13, 2025

Absolute life saver! I have no idea how you identified it was the status bar color, but at least I can work again 👍
For context, I had the issue on both my windows and linux machines since yesterday

@neverclear86
Copy link

Thanks! 🙌
I encountered the same issue on Linux, Cursor editor.
The explanation here helped me understand the cause, and the workaround lets me keep working. 👍️

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

No branches or pull requests

5 participants