Multiple cursors issue
See original GitHub issueIs this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
What happened:
- Insert following text into buffer
asdfasdf:
asdfasdffasd:
afsd:
- Go into insert mode, select colon.
- press ctrl-d.
- VS Code Vim selects the second colon, but removes the selection around the colon, and using shift to reselect the colon to continue
ctrl-d
ing to the third colon doesn’t work. It selects it and then deselects it.
What did you expect to happen: That shift would work properly.
How to reproduce it (as minimally and precisely as possible): Described above.
Environment:
Extension (VsCodeVim) version: 0.11.2 VSCode version:v1.21.1, commit 9a199d77 OS version:x64 on windows 10.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:19
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Fix the error where you end up with two cursors ... - Sublime Text
Highlight some text or cursor over a word that appears multiple times in a document, then press Ctrl-D repeatedly (or Alt-F3 once). Now...
Read more >Fix Annoying Double Cursor on Windows 10 - YouTube
Ever had two cursors suddenly appear on your screen? Annoying right? Today we use a simple trick to get rid of it once...
Read more >Multiple Issues (Cursor) SOLUTION THAT WORKED FOR ME.
My situation doesn't seem to fit into the previous Cursor Issue questions because more than one thing is happening at the same time....
Read more >magnars/multiple-cursors.el - GitHub
Sometimes you end up with cursors outside of your view. You can scroll the screen to center on each cursor with C-v and...
Read more >Can't Move Multiple Cursor - Visual Studio Feedback
Holding SHIFT + ARROW KEY while in multiple cursor mode allows you to highlight using the multiple cursor, but without highlighting/selecting text, ...
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 FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Happens the same for me on mac
Multi cursor in normal mode seems to be ok. but… I’m having issues with multi cursor when in insert mode! is not working as expected. It loses the ability to select text. Cmd+d shortcut does not work as expected.
My setup: Mac El Capitan 10.11.6 VSC 1.22.2 Vim: 0.11.5
I also find this very frustrating. As a VIM noob it would be very nice if multicursor worked as normal (regular vs-code) in insert mode.