Add a built-in clipboard manager #24007
Replies: 4 comments
-
I think many third-party tools can implement this function. Such as Maccy |
Beta Was this translation helpful? Give feedback.
-
I think the idea of having it built-in is that it only keeps buffers copied from Zed in its stack. |
Beta Was this translation helpful? Give feedback.
-
I would also love this feature and miss it |
Beta Was this translation helpful? Give feedback.
-
The UX of the JetBrains implementation is amazing. A few notes about this feature, for any potential implementors:
Relevant terminologies:
If I have time, I'll have a crack at implementing this myself. No promises, though! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 eitherCMD
+x
or VIM.Keep up the great work!
If applicable, add mockups / screenshots to help present your vision of the feature
Mockup:
Beta Was this translation helpful? Give feedback.
All reactions