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

add a :select-register typable command #10920

Closed
savente93 opened this issue Jun 10, 2024 · 1 comment
Closed

add a :select-register typable command #10920

savente93 opened this issue Jun 10, 2024 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@savente93
Copy link

I've been mucking about with macros and doing some cool things. One thing that I was missing was the ability to select registers from my config.toml keybindings. I'm aware of some prior art (#1383, #8958) about this. While having a :select-register typable command wouldn't fully solve #1383 I think it would enable a lot of workflows I've seen people mention there such as yanking to temporary registers when moving lines up or down.

I feel like this would also be really quite simple to implement, and I'd be happy to open a PR for this if maintainers are open to merging it. Thoughts?

@savente93 savente93 added the C-enhancement Category: Improvements label Jun 10, 2024
@the-mikedavis
Copy link
Member

See #10609, macro keybindings are the intended solution for this rather than a new command

@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements
Projects
None yet
Development

No branches or pull requests

2 participants