Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to see all of your paste buffers when you hit " #55

Open
jmbeach opened this issue Feb 9, 2024 · 3 comments
Open

Is there a way to see all of your paste buffers when you hit " #55

jmbeach opened this issue Feb 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jmbeach
Copy link

jmbeach commented Feb 9, 2024

In neovim with which key, when I hit ", the which key window comes up and shows me all of the buffers I could choose and what their current values are. Is there a way to do this with idea which key?

@TheBlob42
Copy link
Owner

Currently this functionality is not implemented. I don't know how to access the content of the registers programmatically in IdeaVim, so I can't guarantee that this is possible at the moment. I have to admit that I am a little short in time to investigate such a feature request at the moment, but I would be open for contributions 🙂

@TheBlob42 TheBlob42 added the enhancement New feature or request label Feb 9, 2024
@jmbeach
Copy link
Author

jmbeach commented Feb 9, 2024

Thanks for the response! I may look into this if I get some free time

@lippfi
Copy link
Contributor

lippfi commented Feb 27, 2024

how to access the content of the registers programmatically

This method is what you are looking for - https://github.com/JetBrains/ideavim/blob/90f2d2ff296f09702a618af9172ee67596b972c0/vim-engine/src/main/kotlin/com/maddyhome/idea/vim/register/VimRegisterGroup.kt#L83C18-L83C19

You can get an instance of VimRegisterGroup via injector.registerGroup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants