-
-
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
Ctrl-C in Visual Mode should copy to clipboard #1896
Comments
philipmat
pushed a commit
to philipmat/Vim
that referenced
this issue
Jul 9, 2017
When yanking to clipboard, the selection should also reset to normal
philipmat
pushed a commit
to philipmat/Vim
that referenced
this issue
Jul 9, 2017
When yanking to clipboard, the selection should also reset to normal
Chillee
pushed a commit
that referenced
this issue
Jul 17, 2017
When yanking to clipboard, the selection should also reset to normal
Apparently fixed as of v0.10.0. Not sure why GH failed to close the issue after the commit got merged. Please re-open if that is not the case. |
Anyone is aware of #3229? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VSCodeVim team prioritizes issues based on reaction count.
The default behavior of gVim on Windows is to copy the selected text when using
Ctrl-C
. Effectively:Could we please get the same behavior in VSCodeVim?
Note that:
Ctrl-C
behavior in insert mode is correct (takes you out of insert mode)Cmd-C
behaves as intended, that is it copies the selected text to+
.Environment:
What happened:
Selected text in visual mode then pressed
Ctrl-C
.What did you expect to happen:
Selected text to be copied to the
+
register and with"vim.useSystemClipboard": true
to be in the system clipboard as well.How to reproduce it:
Ctrl-C
:reg
and notice that the previously selected text is not in the+
register.The text was updated successfully, but these errors were encountered: