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

Allow yanking of data. #16

Open
ClementTsang opened this issue Feb 23, 2020 · 3 comments
Open

Allow yanking of data. #16

ClementTsang opened this issue Feb 23, 2020 · 3 comments
Labels
feature Requests for a new feature.

Comments

@ClementTsang
Copy link
Owner

ClementTsang commented Feb 23, 2020

Describe the feature request

Might be of interest to some users? Seems like an interesting idea IMO to allow a user to instantly pull data to clipboard if they want it.

Additional context

Provide any additional context here.

@ClementTsang ClementTsang self-assigned this Feb 23, 2020
@ClementTsang ClementTsang added the feature Requests for a new feature. label Feb 23, 2020
@ClementTsang ClementTsang changed the title Allow yanking of data Allow yanking and pasting of data Feb 27, 2020
@ClementTsang ClementTsang removed their assignment Mar 1, 2020
@ClementTsang
Copy link
Owner Author

Going to take this off for now, probably gonna focus a lot on #19.

@ClementTsang
Copy link
Owner Author

Shouldn't be too hard though, seems to just require a few things:

  • Add rust-clipboard dep
  • Bind some key to yank data. Probably y on highlighted info
  • Bind some key to paste data. Also might want to support middle click (currently it's treated as a set of char inputs, which is throttled!)

@ClementTsang
Copy link
Owner Author

ClementTsang commented Nov 9, 2022

Can easily do pasting data now, will separate this out. See #880.

@ClementTsang ClementTsang changed the title Allow yanking and pasting of data Allow yanking of data. Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant