Open
Description
I've become used to the following behaviour in many unix-based editors/terminals: Ctrl-k cuts from the cursor to the end of the line (placed into a buffer-local clipboard), and Ctrl-y then pastes from that clipboard.
This doesn't work in Positron or VSCode (See microsoft/vscode#3684). I'd really like we could have Positron's source editor and console behave in this way too. I suspect I am in a very tiny minority of people that use this though 😄
I haven't tried it, but this extension claims to solve the problem: https://github.com/soutaro/emacs-c-k. It might be a good reference. It isn't available in Positron though.