-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Selecting text backwards in insert mode only selects first character #1951
Comments
This issue happens on Windows as well and it is super annoying as I copy+paste backwards multiple times a day only to find out that I actually pasted a single character instead of 20 lines. :( |
Same issue on both Mac and Windows since months ago.. I need to retrain my workflow to not to backwards copy, which is pretty disruptive. Any workarounds (without uninstalling VscodeVim) will be helpful, or information on the source code portions to be fixed and I could help. thank you! :) |
Use the normal selection in insert mode. This fixes VSCodeVim#1951. Selection in insert mode seems to be specific to this plugin and is not easily possible in normal Vim.
Bugfix #1951: text selection in insert mode
The issue was fixed in insert mode, but not in normal mode. Should a new issue be made about it? |
Is this still a bug or is it fixed now? If it isn't fixed, I'll love to work on this! |
The VSCodeVim team prioritizes issues based on reaction count.
Environment:
How to reproduce it:
shift + left arrow
multiple times.cmd + c
cmd + v
.What happened:
What did you expect to happen:
I'd expect the entire selection to be copied, just like when the vim extension isn't active.
The text was updated successfully, but these errors were encountered: