Related questions
how to paste to vim when using putty
I am using putty to connect a remote host and editing via vim. I meet a trouble when I try to paste something to vim. That's, I copy something to clipboard in my local host and want to paste it …
Copy from Putty/Vim visual mode to windows clipboard
I currently have a vim session open in Putty, and I've selected everything in the file via visual mode. Normally to copy this onto clipboard I would use either "+y or "*y, but neither of those commands are working.
Here's …
Vim show strange  characters over putty
When I am editing a file in Vim I have some lines with a bunch
of  displayed.
I have already checked the encoding with
:set encoding
It says utf8
encoding=utf8
Anybody knows where this is comming from and how …