RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
332 stars 28 forks source link

Native Copy/Paste from system clipboard #125

Open harg opened 2 months ago

harg commented 2 months ago

Hello,

Is it possible to implement native copy/paste directly in Nvy (or supporting OSC 52) instead of relying on the default win32yank.exe. Spawning new processes is quite slow on Microsoft Windows.

BTW : Windows terminal is supporting OSC 52.

Thanks!