less than 1 minute read

I wanted to do some quick video tutorials on using tmux. Let me know what you think in the comments below:

Installing Tmux

Linux:
sudo apt-get install tmux

OSX:
brew install tmux

OpenBSD:
It’s in base!

Cygwin:
It’s in the default repo

###Running tmux

Just type: tmux

Modifier Key

Now that you’ve got tmux up and running, one of the most important concepts is the modifier key. By default it’s set as Ctrl-B. This let’s you run commands like opening new panes and windows.

Updated: