Replies: 3 comments
-
For those, would it be enough to be able to select the last value in the register? I wonder if that could be a part of the |
Beta Was this translation helpful? Give feedback.
-
That would make sense to me if we provide both select_register and select_register_last. As we still need use all of items for some commands. |
Beta Was this translation helpful? Give feedback.
-
Working on this right now! Actually, Registers are key-value pair (hash map), but the values are basically |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it a good idea to implement a registers content picker? and override keys(enter, c-s, c-v) to support paste before/after and replace.
Current we can NOT reuse predefined register like
:
,/
,"
,|
etc easily as it always select from the first item in those history.To implement this picker, we can easily select items from all those registers and use them.
If it makes sense, I can try to open a PR for this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions