07abcd2e836b
Use tmux 1.8 copy-pipe
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 23 Jul 2013 11:32:16 -0400 |
parents | 2375b2ffab6c |
children | 7824a3c6c12f |
branches/tags | (none) |
files | tmux/tmux.conf |
Changes
--- 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"