This exact key binding works fine for me, are you sure you are not
binding xsel -o by mistake?
On Wed, Dec 18, 2013 at 03:22:00AM +0100, Mikhail Morfikov wrote:
> I'm trying to send content of tmux buffer to a system clipboard, the one
> you can gain access through xsel -b . When I enter the cop
I'm trying to send content of tmux buffer to a system clipboard, the one
you can gain access through xsel -b . When I enter the copy mode and
select some lines, I can copy it by pressing enter. Now, to send this
to the system clipboard I have to type:
$ tmux save-buffer - | xsel -b -i
After that