Ticket #499 (assigned usability)
Update Pasteboard when CLIPBOARD changes only works when XQuartz is active.
| Reported by: | pelle@… | Owned by: | jeremyhu@… |
|---|---|---|---|
| Priority: | Important | Milestone: | later |
| Component: | quartz-wm | Version: | 2.7.0 (xserver-1.11.2) |
| Keywords: | Cc: |
Description
I've been trying to get vim to use the OS X pasteboard lately. In an X11-enabled vim I can type "+Y to copy to CLIPBOARD, which XQuartz then syncs to the pasteboard.
But this only works if I'm in an xterm. I usually use vim from ITerm2 and then the pasteboard is not updated. $DISPLAY is set properly, if there's no X11 connection vim will just beep.
I'm guessing this is done explicitly as a safety matter, but I think that's not really needed. Please change it.
Change History
Note: See
TracTickets for help on using
tickets.

Just noticed that if I uncheck "Update PRIMARY when pasteboard changes" then it works.