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

Copying does not work when selecting backwards with arrow keys #2053

Closed
nicolasdular opened this issue Oct 5, 2017 · 2 comments
Closed

Copying does not work when selecting backwards with arrow keys #2053

nicolasdular opened this issue Oct 5, 2017 · 2 comments

Comments

@nicolasdular
Copy link

  • 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.


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

BUG REPORT

Environment:

  • VSCode Version: 1.170
  • VsCodeVim Version: 0.10.1
  • OS: macOS Sierra 10.12.5

What happened:
When selecting words backwards via arrow keys, copy/pasting does not work (only last selected character gets copy/pasted).
This happens in insert and command mode, but does not happen when selecting text backwards via the mouse. This bug is there for minimum ~2 months and is not related to the newest version.

What did you expect to happen:
The whole word "Foo" gets copy/pasted

How to reproduce it:
For example, we select the word "Foo" backwards (starting at the second o) via SHIFT+LEFT-ARROW-KEY until we reach "F". Then CMD+C/CMD+V and it only pastes in the letter "F". This behaviour does not happen when selecting from "F" to "o".

@DanEEStar
Copy link
Contributor

This seems to be a duplicate of #1951 and should be fixed with #2062.
At least for insert mode.

@Chillee
Copy link
Member

Chillee commented Oct 12, 2017

I believe this is indeed fixed @DanEEStar .

@Chillee Chillee closed this as completed Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants