I am using zsh.
I will right-click copy something from the zsh window, and then right-click paste it. I always lose some amount of characters and the capitalization of the last character flips.
e.g.
echo this is a long message
pastes as
(empty line)
this is a long messaG
and
vim hello.txt
becomes
m hello.tX
What could be causing this and how do I fix it?