xyb3rt / urxvt-perls

Perl extensions for the rxvt-unicode terminal emulator
GNU General Public License v2.0
754 stars 110 forks source link

urxvt built-in clipboard "autocopy" feature? #99

Open drzraf opened 3 years ago

drzraf commented 3 years ago

I see that the clipboard extension is said "obsolete". Still, urxvt, natively can either:

But, to my knowledge, and contrary to clipboard + autocopy, it's can't do both (= sync'ing clipboard). I confirmed and no native replacement exist, why is the "clipboard" extension "obsolete"?

nesaro commented 3 years ago

The https://github.com/muennich/urxvt-perls/blob/master/deprecated/README.md says:

Since version 9.20 rxvt-unicode natively supports copying to and pasting from
the CLIPBOARD buffer with the `Ctrl-Meta-c` and `Ctrl-Meta-v` key bindings. The
`clipboard.autocopy` setting is provided by the `selection-to-clipboard`
extension shipped with rxvt-unicode.