question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple cursors issue

See original GitHub issue

Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

What happened:

  1. Insert following text into buffer
asdfasdf:
asdfasdffasd:
afsd:
  1. Go into insert mode, select colon.
  2. press ctrl-d.
  3. VS Code Vim selects the second colon, but removes the selection around the colon, and using shift to reselect the colon to continue ctrl-ding 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:open
  • Created 6 years ago
  • Reactions:19
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
tomasruizrcommented, May 1, 2018

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

5reactions
andreas-karlssoncommented, Jan 24, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found