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

Navigating through the search panel makes the editor to move to visual mode #9516

Open
HSadeghein opened this issue Mar 7, 2025 · 0 comments

Comments

@HSadeghein
Copy link

Describe the bug
When I use the search panel in VSCode to find something and navigate through the results, the editor switches to visual mode, which is frustrating. This shift causes the Vim navigation commands (go backward) and (go forward) to stop working properly, as the editor remains stuck in visual mode.

To Reproduce
Steps to reproduce the behavior:

  1. Search something in the search panel
  2. Click on one of the results
  3. Now you must be on the editor, move the cursor down or up, and then you can see it's in visual mode

Expected behavior
Navigating through the result should not change the Vim mode to visual, it should keep it in normal mode

Screenshots

Image

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.29.0
  • VSCode version: 1.98.0
  • OS: Windows 11

Additional context

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

1 participant