Remix.run Logo
troupo 5 days ago

Yes. Yes they are weird buffers in that you have to spend some (minor) effort remembering what exactly is in the "clipboard", "selection", and the difference of invoking them between apps (e.g. having to Ctrl+Shift+V in the terminal).

Oh, and the fact that selection buffer gets overwritten if you switch between apps with active selections.

Oh, usually there's also a cherry on top in that everyone's darling, vim, doesn't even interact with any of those and has its own buffers aka registers.

I'm sure if there was a way to track how many time you make and undo mistakes in copy-pasting the wrong thing from the wrong buffer, your assumptions would be seriously challenged.

0points 4 days ago | parent [-]

> I'm sure if there was a way to track how many time you make and undo mistakes in copy-pasting the wrong thing from the wrong buffer, your assumptions would be seriously challenged.

> Oh, and the fact that selection buffer gets overwritten if you switch between apps with active selections.

What can I tell you...

Use a clipboard manager.

The end.

troupo 4 days ago | parent [-]

> Use a clipboard manager.

> The end.

Does it fix the issue with the multiple buffers and minor annoyances?

No. It just adds a different friction point.

The end.

0points 4 days ago | parent [-]

> Does it fix the issue with the multiple buffers and minor annoyances?

The stuff you mentioned so far is all about you not configuring your setup:

- buffers: You configure your clipboard manager to use a single buffer.

- vim: configure to use global clipboard if that's your preference

- X11: dont use legacy software

> No. It just adds a different friction point.

You think using software that implements functionality you deem missing "adds friction", and yet you still want said missing functionality and complain about it is missing.

That's wild.