This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @ziontee113,
Just want to say great work on the plugin. I really enjoy having these symbols integrated into vim!
There was one thing that I kept doing when using the plugin that I think this PR addresses:
In order to simplify this process, I have added another group of commands with
Yank
as a suffix (e.g.PickEmojiYank
) that takes the selection and assigns it to the clipboard register+
.Unfortunately, this adds many more commands to the package (14 -> 21), which crowds the command namespace when entering into command mode with
:P
and hitting tab. I will open an issue after publishing this PR detailing what exactly I mean by that and a potential API change to improve design.Anways, thanks again for the cool package!
EDIT: link to issue #8