Hello,
I am working by ssh'ing onto a remote server using putty and so vi is the only software I have at my disposal.
I would like to copy the entire contents of a text file from this server on to my local computer. Assuming I cannot scp the file, and the only way I can do this is by copying and pasting, how can I copy all the contents from this file on to the clipboard, so I can paste on to my local system.
I have tried the following, but wasn't successful.
Code:gg"+yGCode::%w !pbcopy
Bookmarks