Hacker News new | ask | show | jobs
by bitwize 2596 days ago
There are two clipboards in X11. One is the middle-click-paste, selection clipboard that gets clobbered when you highlight something. But C-x, C-c, and C-v (in CUA applications) operate on a different clipboard altogether that doesn't exhibit this behavior.
1 comments

And that is awesome feature that I miss a lot in other operating systems.
It's a wart of X11, which is obsolete and deprecated. Wayland has a single clipboard which behaves in mostly the standard way.