axieax / urlview.nvim

🔎 Neovim plugin for viewing all the URLs in a buffer
MIT License
232 stars 5 forks source link

Feature Request: Add option to choose register for clipboard action #55

Closed kevintraver closed 9 months ago

kevintraver commented 9 months ago

Happy to help with a PR

axieax commented 9 months ago

Thanks for the PR! Just wanted to know a bit more about what use case this addresses for you. Is it simply to paste from another register, or is it part of a hacky solution?

kevintraver commented 9 months ago

It is simply to paste to a separate register. I like to keep the unnamed and system registers separate.

My use case is to have the default action yank to the unnamed register, and have a separate keymap/action that goes to the system clipboard.