Open sharkrice opened 4 years ago
You are creating a selection so Vim changes to visual mode. Whenever you're working with a selection you should be in visual mode. That's how normal Vim works as well.
If you want to replace that region you just selected with something else you just press c
(change) and start typing whatever you want. If you want to copy that region press y
and the same applies to everything else.
What did you want to do with that region selection?
Describe the bug In the new version of insert mode, when you use the expand-region extension's shortcut Ctrl+w or (other shortcut keys are the same) to select a word, it will automatically switch to visual mode.
To Reproduce Steps to reproduce the behavior:
Even set useCtrlKeys false and handleKeys \<C-w> false, same above.
Expected behavior Don't automatically switch to visual mode, as older version.
Environment (please complete the following information):