VsVim / VsVim

Vim Emulator Plugin for Visual Studio 2015+
Other
3.64k stars 397 forks source link

:vsc [View.ResourceView] puts VsVim in visual mode #2915

Open supercomputer1 opened 3 years ago

supercomputer1 commented 3 years ago

Describe the bug After using :vsc [View.ResourceView] to select a file in the resource view, VsVim opens the file in visual mode. I however think it would be more convenient if it opened the file in normal mode and thus not having to press escape to exit to normal mode.

To Reproduce Steps to reproduce the behavior:

  1. Execute the command :vsc View.ResourceView
  2. Nagivate the resource view with arrow keys
  3. Select the wanted resource
  4. Press enter
  5. Visual studio will now open the resource, but VsVim will be in visual mode.

Expected behavior I'd expect the resource to be opened in normal mode, instead of visual mode.

Environment (please complete the following information):

kpietraszko commented 1 year ago

Same with :vsc Edit.GoToImplementation