VSCodeVim / VSCodeVim/Vim

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

Open
#9,516 4 comments 11 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in VSCode 1.98 with VSCodeVim 1.29 by navigating search results and moving the cursor in the editor. Trace the search-result navigation and Vim mode transition; done means the editor remains in normal mode and Ctrl-O and Ctrl-I continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.