Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ).

I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused:

send it to your email, from there take a copy

 
mailx -s "MyFile" abc@abc.com < filename

---------- Post updated at 11:39 AM ---------- Previous update was at 11:38 AM ----------

Otherwise, you need to increase the terminal scrollback buffer

GNU Screen: Working with the Scrollback Buffer - Samsarin