Scenario
From a Windows 10 Anniversary Update client ...
- Open a web browser, copy / paste some text from a website (eg. GitHub)
- Use PuTTY 0.67 to SSH to a Linux VM (eg. Ubuntu 16 Xenial Xerus)
- Open a file in Vim
- Hit
i
to change into Insert mode - Right-click to paste the clipboard contents
Issue
Unfortunately, when I right-click in the PuTTY session, rather than pasting clipboard contents, what's actually happening is that Vim is going from INSERT
mode to (insert) VISUAL
mode. I don't think I've ever seen anything like this before.
Question
Does anyone know why this is happening, and how I can paste my Windows client clipboard into the SSH / Vim session?
:h defaults.vim
how to override those settings. (Basically you would need to create a .vimrc file) – Christian Brabandt