Really barebone .tmux.conf that's useful for everyone.
Copy paste into your ~ directory
- Line 5 -> Line 15 gives me a VIM copy-paste experience, comment it out if you haven't learned VIM yet
- Tmux takes over your mouse controls, but sometimes it's nice to give that control back to your terminal client.
Use
CTRL-B then m
to give terminal client control,CTRL-B then M
to reverse.
Cool, now you have a starter .tmux.conf
.
- Next, learn VIM. Text editing is critical for using Linux through SSH/BASH. (I think)