Access to OS X pasteboard in tmux/screen
If you're having trouble accessing pbcopy/pbpaste from tmux and/or an unpatched screen, check out https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git
tl;dr
- Clone repo
- Run makefile
- Add to path (or add symlink on path)
- Add set-option -g default-command "reattach-to-user-namespace -l zsh" or whatever your favorite shell is in your .tmux.conf
code!