Yank back killed text `ctrl+y` stopped working
See original GitHub issue- VSCode Version: 1.33.1 ( Recent )
- OS Version: Mac 10.14.4
Steps to Reproduce:
ctrl+k
to kill text.ctrl+y
to paste the kill text does not work.
Does this issue occur when all extensions are disabled?: Yes
Works on all other program except vscode.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:20
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Ctrl-Y, emacs styled yank text is not working when user is ...
I tried to paste the command that I cut as the non-sudo user using Ctrl + Y . It is no longer available....
Read more >A misalignment on the support of the "kill" and "yank"
Ctrl +k is “kill-to-end-of-line”, but what is killed goes into a buffer that you can later yank back out with Ctrl+y. In the...
Read more >Why can't I reasign the "Undo" function as ctrl+y instead ...
To make it work, go in Tools → Modify Keyboard Shortcuts → Look for Yank → delete the conflicting assignment that uses CTRL+Y...
Read more >In Emacs, how do I cut, paste, and copy a block of text? - IU KB
Cutting is called killing, and pasting is called yanking, as in yanking the text back from the clipboard and into the file.
Read more >bash keyboard shortcuts - Linux
Ctrl + C Interrupt/Kill whatever you are running (SIGINT). Ctrl + l Clear the screen. Ctrl + s Stop output to the screen...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@octref @rebornix It would be really nice to get
yank
back working. It’s the only app in mac that doesn’t work.I think this may have broken in Mojave specifically. I recently went from a work computer on Sierra to a personal computer that’s running Mojave and noticed this. I’m just guessing at the moment though