Using clipboard through SSH in vim
Fresh3 days ago
Mar 15, 202618172 viewsConfidence Score0%
0%
Problem
I have Ubuntu 11.04 desktop and a 11.04 VPS server. After replacing with (I don't need GUI though), I'm able to use the system's clipboard in . I'd like to use the same feature in Ubuntu server, but it looks like it doesn't work with . Is there some way I can enable that feature or do I need to use…
Error Output
vim
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Using clipboard through SSH in vim
Low Risk
The "clipboard" is a feature of X11, so you will need to enable "X11 forwarding" for the SSH connection in "trusted" mode: (By default, X11 is forwarded in "untrusted" mode, which is somewhat too restrictive. disables the restrictions.) Also make su…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix