VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.83k stars 1.31k forks source link

Focus next search result enters visual mode #6619

Open mlp1802 opened 3 years ago

mlp1802 commented 3 years ago

Describe the bug When in search editor and hit "F4" ("focus next search result") it correctly goes to that search result..but it also enters visual mode, meaning moving up and down will now select stuff. Hitting enter escapes it.

Expected behavior is to NOT go into visual mode. When disabling VCCodeVim the behavior goes away.

To Reproduce Perform any search from "Search Editor"

Environment (please complete the following information):

dcd-arnold commented 7 months ago

Same problem. @mlp1802 do you have a workaround?

mlp1802 commented 7 months ago

Same problem. @mlp1802 do you have a workaround?

Didn't have a solution unfortunately..I changed to emacs shortly after and now I'm on neovim..with the rise of LSP server there's no reason to use vs code really.