You have the wrong positioning on the bind key. It needs to be:

bind-key -T copy-mode-vi Enter send-keys -X copy-pipe
“reattach-to-user-namespace pbcopy"


-Aaron

On Mon, Oct 17, 2016 at 3:33 AM, Christian Ebert <blacktr...@gmx.net> wrote:

> * Wassim Metallaoui on Sunday, October 16, 2016 at 09:17:59 -0500
> > unbind -t vi-copy Enter
> > bind-key -t vi-copy Enter copy-pipe “reattach-to-user-namespace pbcopy"
> >
> > I looked through the manual but don’t understand what’s changed. I found
> an issue <https://github.com/tmux/tmux/issues/585> on it but it’s not
> clear. I assume I’m to change vi-copy to copy-mode-vi but that didn’t work
> either.
>
> Try:
>
> unbind -T copy-mode-vi Enter
> bind-key -T copy-mode-vi send-keys -X Enter copy-pipe
> “reattach-to-user-namespace pbcopy"
>
> --
> theatre - books - texts - movies
> Black Trash Productions at home: https://blacktrash.org
> Black Trash Productions on Facebook:
> https://www.facebook.com/blacktrashproductions
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tmux-users+unsubscr...@googlegroups.com.
> To post to this group, send an email to tmux-users@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-users+unsubscr...@googlegroups.com.
To post to this group, send an email to tmux-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to