On 11/07/13 22:15, Cyril Bouthors wrote:
> tmux save-buffer - | xclip -i -selection clipboard
>
> I can then correctly paste the 'save-buffer' to Chromium, LibreOffice,
> etc but
> if the same command is executed from tmux with a custom key binding, it also
> pastes to the X clipboard but tmux seem
On Thu, Jul 11, 2013 at 1:38 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Xclip doesn't close stdout when it is done so tmux can't tell it has all
> the output. Use run-shell -b, redirect stdout to /dev/null, or use xsel
> instead.
>
Nicholas,
It's working. Thanks!
-
Xclip doesn't close stdout when it is done so tmux can't tell it has all the
output. Use run-shell -b, redirect stdout to /dev/null, or use xsel instead.
Original message
From: Cyril Bouthors
Date: 11/07/2013 11:15 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: