vim-fakeclip icon indicating copy to clipboard operation
vim-fakeclip copied to clipboard

Fix pasting from tmux

Open allanclloyds opened this issue 12 years ago • 4 comments

tmux show-buffer behaves weirdly when run from within Vim (ie doesn't simply output buffer to stdout and quit as it does from the shell). I don't know why and don't have time to figure it out, but this is a quick fix which makes it work for me.

I'm using tmux 1.6, vim 7.3.502 and vim-fakeclip 0.2.10

allanclloyds avatar Apr 22 '12 14:04 allanclloyds

Thank you. I'll review it later.

kana avatar Apr 23 '12 02:04 kana

@5l @kana Bump, :+1:

greduan avatar Dec 25 '12 13:12 greduan

For some reason, the problem seems to be disappeared. I couldn't reproduce the problem with tmux 1.8, Vim 7.4.169 and vim-fakeclip 0.2.10.

kana avatar Feb 10 '14 18:02 kana

I can't reproduce the problem. The solution seems dubious as it appears to be doing nothing other than adding an exceedingly tiny and random delay to capturing the output of the "tmux show-buffer" command via the pipe to the "cat" command. I recommend closing this issue as it is not reproducible and very old.

krader1961 avatar May 19 '14 04:05 krader1961