I am using xrdp (mobaXterm, remoteNG) to connect to my Ubuntu.
When i paste text from my host machine to Ubuntu into any basic text editors like vi, vim, nano i have got an empty line after each line like.
Original text:
111
222
333
Pasted text:
111
222
333
If I paste it to some GUI editor like vscode and other it is not reproduced. When i connected to Ubuntu machine via ssh it works fine as well.
It seems some global setting for all basic editors, as i also tried install neo vim, but same problem with that.
If i try basic gui editor like gdit it also works fine.
How can i fix this behavior?