# HG changeset patch # User Steve Losh # Date 1374593536 14400 # Node ID 07abcd2e836bfd50e209546188efd62730202c87 # Parent 2375b2ffab6cfb98676633b617de43c4ccea65c9 Use tmux 1.8 copy-pipe diff -r 2375b2ffab6c -r 07abcd2e836b tmux/tmux.conf --- a/tmux/tmux.conf Mon Jul 22 11:05:56 2013 -0400 +++ b/tmux/tmux.conf Tue Jul 23 11:32:16 2013 -0400 @@ -113,7 +113,7 @@ bind -t vi-copy H start-of-line bind -t vi-copy L end-of-line bind -t vi-copy v begin-selection -bind -t vi-copy y copy-selection +bind -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy" bind -t vi-copy Escape cancel bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"