A Beginner's Introduction to tmux
Tmux is a command line application to help configure sessions, windows, and panes for your terminal.
My Set-up
Here’s a list of my set-up
- MacBook Pro, OSX 11, Yosemite
- My terminal of choice: iTerm2
Installing Tmux
To install Tmux using the set-up above, I used brew.
brew install tmux
Sessions for your terminal
New session
tmux new-session -s <session_name>
Pairing with vim
WIP
Configuration
File: ~/.tmux.conf
Written by Jeremy Wong and published on .