kitty-runner.nvim icon indicating copy to clipboard operation
kitty-runner.nvim copied to clipboard

Use bracketed paste to escape newlines and tabs properly

Open jishnusen opened this issue 2 years ago • 1 comments

Uses escape chars to properly insert multiline strings. This prevents REPLs like ipython from modifying the inserted buffer in undefined ways. See: https://github.com/jpalardy/vim-slime/blob/a532203bcd7af7f5e571c07b60bba7287076dc19/doc/vim-slime.txt#L124C2-L124C38

jishnusen avatar Dec 07 '23 06:12 jishnusen

Addresses #8

jishnusen avatar Dec 07 '23 07:12 jishnusen

Thanks a lot and sorry for taking so long to get to it! In it goes! :heart:

jghauser avatar Feb 11 '24 19:02 jghauser