Insert-mode selections do not work
See original GitHub issueWhat did you do?
Select some text while in insert mode, for example with the mouse or Shift+arrow.
Then type something that operates on the text (that works in vanilla VS Code) for example (
to surround with parentheses.
What did you expect to happen?
I expected the editor to go into some sort of Insert-mode selection, more similar to regular VS Code selection that Vim modes, where I could type into the selection to replace it, or type (
, [
, {
, '
, "
, backtick, etc. to surround the selection with pairs of characters.
What happened instead?
The editor went straight into Vim visual mode, where those keys don’t do anything.
Technical details:
- VSCode Version: 1.3.1
- VsCodeVim Version: 0.1.3
- OS: Mac OS X
Issue Analytics
- State:
- Created 7 years ago
- Reactions:10
- Comments:26 (14 by maintainers)
Top Results From Across the Web
visual mode - Comment-out in vim with Shift-i not working
If you used V for line based visual selections, I will only enter insert mode for the very first line. However when you...
Read more >Vim: Why does noremap not work in insert mode?
That's easy to explain: In insert mode mappings, Vim doesn't automatically switch to normal mode (you may want to stay in insert mode,...
Read more >Vintage - Keep selection going from Visual to Insert mode
I am having a bit of an issue though, is it at all possible to go from Visual Mode to Insert Mode and...
Read more >Editor Options - RAD Studio - Embarcadero DocWiki
Insert mode. Inserts text at the cursor without overwriting existing text. If Insert Mode is disabled, text at the cursor is overwritten. (Use...
Read more >Select Text without jump between Insert Mode / Visual Mode
switch to visual mode and extend selection upwards :imap <S-Up> <esc>v<Up> ... Remapping C-Insert does not work for me in terminal :vmap <C-Ins>...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry, I understand. Thumb up issues means create a new issue? Not sure these github workflow and currently not able to contribute the code. Thanks to the reply.
It also breaks snippets that have variable parts, unless I’m missing something.