Skip to content

Instantly share code, notes, and snippets.

@jbourassa
Created November 15, 2011 16:54
Show Gist options
  • Save jbourassa/1367587 to your computer and use it in GitHub Desktop.
Save jbourassa/1367587 to your computer and use it in GitHub Desktop.
Last tmux itch I still have
# Any way to fix this? =(
# <prefix>-y sends the buffer to pbcopy
unbind y
bind y save-buffer /tmp/tmux-buffer \; run-shell "reattach-to-user-namespace -l zsh -c 'cat /tmp/tmux-buffer|pbcopy'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment