-
Notifications
You must be signed in to change notification settings - Fork 103
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
C-y paste doesn't overwrite a selected region #38
Comments
arkaic
changed the title
C-y paste doesn't overwrite a C-g selected region
C-y paste doesn't overwrite a C-space selected region
Dec 16, 2016
arkaic
changed the title
C-y paste doesn't overwrite a C-space selected region
C-y paste doesn't overwrite a selected region
Dec 17, 2016
I think that's expected behaviour. Emacs doesn't do it either |
SebastianZaha
added a commit
to SebastianZaha/vscode-emacs-friendly
that referenced
this issue
Jan 14, 2017
Addressing hiro-sun#4 and hiro-sun#38 Removed the kill ring implementation (which was not on parity with emacs anyway). The cut/paste/copy commands now only deal with the system clipboard, no separate kill ring. Using the copy-paste module for handling the clipboard, as recommended in multiple issues on vscode repo (microsoft/vscode#6994 and various others).
Unfortunately this project has been abandoned. Checkout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appends the paste after the selected region instead.
The text was updated successfully, but these errors were encountered: