kitty-runner.nvim
kitty-runner.nvim copied to clipboard
Use bracketed paste to escape newlines and tabs properly
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
Addresses #8
Thanks a lot and sorry for taking so long to get to it! In it goes! :heart: