Skip to content

Instantly share code, notes, and snippets.

@3cooper
Created March 6, 2014 02:11
Show Gist options
  • Save 3cooper/9380893 to your computer and use it in GitHub Desktop.
Save 3cooper/9380893 to your computer and use it in GitHub Desktop.
vim/tmux clipboard issue
#!/bin/sh
tmux new-session -d -s work
tmux new-window -n mac
tmux select-window -t 0
tmux attach-session -t work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment