gorantornqvist
New Member
I deployed the Ubuntu 18.04 VM that comes with Windows 10 and then enabled enhanced session mode.
Everything work fine except when I copy multiline text from the host and paste it in the VM.
Each linebreak adds an extra line when I paste so if I copy text:
somecommand --switch1 \
switch2 \
switch 3
The pasted text will be:
somecommand --switch1 \
switch2 \
switch 3
Which will make multiline copy/paste quite unusable.
Any solution to this issue?
Thanks ...
Everything work fine except when I copy multiline text from the host and paste it in the VM.
Each linebreak adds an extra line when I paste so if I copy text:
somecommand --switch1 \
switch2 \
switch 3
The pasted text will be:
somecommand --switch1 \
switch2 \
switch 3
Which will make multiline copy/paste quite unusable.
Any solution to this issue?
Thanks ...