Vim
Vim copied to clipboard
Editor changed from NORMAL mode to VISUAL mode after type any chars in quickOpen
Describe the bug
I previous vscode version like 1.88 vim mode nerver changed when type in quickOpen. But int recent vscode releases like 1.100 type anything after you typed % in quickOpen, vim turn to mode VISUAL.
To Reproduce Steps to reproduce the behavior:
- ctrl+shift+p in windows
- remove
>type% - then type any text
- if the search text was matched vim mode changed to
VISUAL
Expected behavior vscode quickOpen nerver change the vim mode.
Thanks in advance!