jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.83k stars 223 forks source link

Implements bracketed paste in Kitty #396

Closed gzagatti closed 9 months ago

gzagatti commented 9 months ago

Kitty supports bracketed paste, but vim-slime did not have support for it. This PR adds bracketed paste to Kitty.

The implementation wraps the text with the bracketed paste escape characters ESC [ 200 ~ an ESC [ 201 ~ to obtain the desired result.

I've tested on my own setup and it works as expected.

jpalardy commented 9 months ago

@gzagatti thanks for the PR!