Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicursor paste is broken #1715

Closed
jonwalstedt opened this issue May 18, 2017 · 2 comments
Closed

Multicursor paste is broken #1715

jonwalstedt opened this issue May 18, 2017 · 2 comments

Comments

@jonwalstedt
Copy link

jonwalstedt commented May 18, 2017

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


Environment:

  • VSCode Version: 1.12.2
  • VsCodeVim Version: 0.7.1
  • OS: Windows 10

What happened:
When using gc to select and place a cursor at several instances of a word and then press p to replace the selected word nothing happens.

4gc p

What did you expect to happen:
I expect the four next instances of the word currently under my cursor to be selected and get their own cursor. When perssing p I expect each instance of the word to be replaced by whatever i previously copied using y.

How to reproduce it:
open a new document and type:

word

test
test
test
test

place the cursor in the middle of word first test and press gcy to select and copy then move down to the first testand press 4gc to select and add a cursor on each test then press p to paste the copied word, nothing happens. I expect each test to be replaced by word

@jonwalstedt jonwalstedt changed the title Multcursor paste is broken Multicursor paste is broken May 18, 2017
Chillee added a commit that referenced this issue May 20, 2017
Fixes #1715: Adds multicursor paste
@Chillee
Copy link
Member

Chillee commented Jun 29, 2017

Something recently has broken this. I'm not sure what

@Chillee Chillee reopened this Jun 29, 2017
@J-Fields J-Fields self-assigned this Feb 27, 2020
@J-Fields
Copy link
Member

J-Fields commented May 5, 2020

This seems to work now, closing.

@J-Fields J-Fields closed this as completed May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants