You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a peek window is open (for example peek references), I can open a particular entry by hitting Enter. This automatically closes the peek window and jumps to the code pointed to by the peek entry. However, at this point, vscode-vim switches to VISUAL mode. It's really inconvenient because now I have to hit Escape
Describe the bug
When a peek window is open (for example peek references), I can open a particular entry by hitting Enter. This automatically closes the peek window and jumps to the code pointed to by the peek entry. However, at this point, vscode-vim switches to VISUAL mode. It's really inconvenient because now I have to hit Escape
To Reproduce
Steps to reproduce the behavior:
Created a sample Go file for reproduction:
While on the definition of
foo
, invokeGo to References
from the command palette. It should show a peek window like the following:Hit enter on any of the results in the peek window to jump to the code. vscode-vim at this point switches to
VISUAL
mode.Expected behavior
vscode-vim should remain in
NORMAL
mode.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: