I have been wanting to give tmux a try so that I can do some remote pairing and just have a more complete development environment between vim and the terminal. If you aren’t quite sure what tmux can do for you, the promo video from the Pragmatic Bookshelf gives a nice quick demo.
I really like using the Thoughtbot Learn trail maps to kick start learning, so why not start with their tmux trailmap.
Tonight I have finished working my way through Love, hate, & tmux.
Things I need to remember for next time.
tmux attach -t baseball
- Attaches to the session that I created with panes for spec, app, and terminalC-a d
- detaches from session until next timeNext up: