Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created February 6, 2012 18:21
Show Gist options
  • Save blasterpal/1753856 to your computer and use it in GitHub Desktop.
Save blasterpal/1753856 to your computer and use it in GitHub Desktop.
Enable tmux + vim clipboard support in OSX
Resources:
http://rhnh.net/2011/08/20/vim-and-tmux-on-osx
https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
http://vim.wikia.com/wiki/Mac_OS_X_clipboard_sharing#Comments
1. Add mouse support in #1 blog.
2. Install the bin from #2 blog and follow directions. I use 'bash' so replace 'zsh' in config.
3. Add set clipboard=unnamed to vimrc/vimrc.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment