zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
40.05k stars 2.09k forks source link

Add a built-in clipboard manager #4412

Open haideralsh opened 8 months ago

haideralsh commented 8 months ago

Check for existing issues

Describe the feature

First, I want to say that Zed is slowly turning into one of my favourite editors ❤️

That being said, I am migrating from a JetBrains IDE, and one missing feature in Zed that I had gotten so used to is the ability to hit CMD + SHIFT + v to open a built-in clipboard manager with a stack of the last items copied to the clipboard. I understand this could be achieved in the future using a plugin, but I think it would be a great quality of life feature especially for users who delete often into the clipboard using either CMD + x or VIM.

Keep up the great work!

If applicable, add mockups / screenshots to help present your vision of the feature

Mockup:

image

0x2CA commented 8 months ago

I think many third-party tools can implement this function. Such as Maccy

haideralsh commented 8 months ago

I think the idea of having it built-in is that it only keeps buffers copied from Zed in its stack.