I am using ConEmu terminal to access files in the Linux distro of my Windows 10 machine. I open text files with Nano or VIM, but I am having trouble copying entire text files back to Windows.
Obviously selecting the texts with the mouse and copying, then going back to Windows and pasting works fine. However when the file has hundreds of lines this does not work.
In Nano, I have tried things like turning on soft wrap (Esc+$) and making the font size small before copying. It is not desirable for super large files.
In VIM I tried to install VIM-GNOME then yanked the texts with %y+ but this buffer cannot be copied back into Windows.
I could try to locate the Linux file inside Windows Explorer then opening with a Windows text editor but this is a bit inconvenient and dangerous.
How can I copy the content of an entire file (or a large chunk of it) and pasting from Linux Subsystem to Windows?
I am using ConEmu terminal but if there is a solution with another terminal I would like to try also.
Thanks!