Skip to content

Instantly share code, notes, and snippets.

@3cooper
Created March 6, 2014 02:14
Show Gist options
  • Save 3cooper/9380929 to your computer and use it in GitHub Desktop.
Save 3cooper/9380929 to your computer and use it in GitHub Desktop.
vim/tmux clipboard issue workaround
#!/bin/sh
tmux new-session -d -s work
tmux new-window -n mac
tmux kill-window -t 0
tmux new-window -n firstWindow
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