"Peekaboo"-like UI for Vim registers #26871
ddbrierton
started this conversation in
Ideas From Vim
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As Zed builds out its support for Vim registers it would be nice to have a pleasing UI for them. There is a popular plugin for Vim called
vim-peekaboo
and there is similar functionality inneovim + LazyVim
although in the latter case I am unsure which specific plugin provides the functionality. Typing"
in normal mode, orctrl-R
in insert mode brings up a UI element listing the contents of the registers together with their name.Screen.Recording.2025-03-16.at.14.25.48.mov
I would love to see something similar in Zed.
Beta Was this translation helpful? Give feedback.
All reactions