desktop-notify.nvim icon indicating copy to clipboard operation
desktop-notify.nvim copied to clipboard

Kitty backend

Open leiserfg opened this issue 3 years ago • 3 comments

If the terminal is kitty you can simply use:

vim.api.nvim_chan_send(vim.v.stderr, '\027]99;;Hello world\027\\')

and that works even if nvim is being used via ssh.

leiserfg avatar Mar 11 '22 06:03 leiserfg

Sounds cool, I'll try implementing a kitty backend tomorrow

simrat39 avatar Mar 11 '22 06:03 simrat39

So it works, but it also prints to the neovim messages, will have to see how to fix that

simrat39 avatar Mar 11 '22 18:03 simrat39

I'd be interested in this as well.

dsully avatar Sep 02 '22 15:09 dsully