ojroques / vim-oscyank

A Vim plugin to copy text through SSH with OSC52
BSD 2-Clause "Simplified" License
630 stars 39 forks source link

Add compatibility info for st (simple terminal) #29

Closed irizwaririz closed 2 years ago

irizwaririz commented 2 years ago

st (simple terminal) supports the OSC 52 sequence. See: https://git.suckless.org/st/file/st.c.html#l1895

It used to be enabled by default, but the maintainers changed it to be disabled by default for security purposes. See: https://git.suckless.org/st/commit/a2a704492b9f4d2408d180f7aeeacf4c789a1d67.html

It can be enabled by setting allowwindowops to 1.

ojroques commented 2 years ago

Thanks!