tmuxとmacでクリップボード共有する方法


$ brew install reattach-to-user-namespace

.tmux.confに
bind C-c run-shell 'tmux save-buffer - | reattach-to-user-namespace pbcopy'

以上