-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
Vim 8.0 is pretty rad, and has some incredible new features! Unfortunately, it broke one of my common workflows, when copying and pasting text into a document.
Typical 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 Description
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. Does anyone know why this is happening, and how I can paste my Windows client clipboard into the SSH / Vim session?
Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86
mikelward, mcfisch, JoshuaCWebDeveloper, magol, FritschAuctores and 5 more
Metadata
Metadata
Assignees
Labels
No labels