On 28/12/2010, at 4:05pm, Chris Poole wrote:

> I'm running tmux on a Mac, and want to use pbcopy and pbpaste.
> 
> As a workable hack, I tried adding this to my .zshrc:
> 
>    alias tmuxcopy='tmux detach && tmux showb | pbcopy && tmux attach'

Why are you detaching?

Have you tried:
   alias tmuxcopy='tmux showb | pbcopy'
??

Stroller.


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to