Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Add yank support #7

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Add yank support #7

merged 2 commits into from
Jul 28, 2022

Conversation

logan-connolly
Copy link
Contributor

@logan-connolly logan-connolly commented Jul 28, 2022

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:

  1. select symbol in normal mode
  2. deleting symbol to put in my register
  3. pasting it somewhere else (perhaps outside of vim)

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

@logan-connolly logan-connolly mentioned this pull request Jul 28, 2022
@ziontee113 ziontee113 merged commit c9f4559 into ziontee113:master Jul 28, 2022
@ziontee113
Copy link
Owner

Thank you @logan-connolly for the PR. I will start looking into #8, and update the README to explain the Yank commands we just merged :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants