William Liu

Tmux


##Table of Contents

##Summary

tmux stands for terminal multiplexer. To start, type tmux and you should see a yellow bar below.

##Basic Commands

####Create new window

Press Ctrl and b, then press c. You’ll see more tabs on the bottom right hand window (e.g. 0:bash, 1:bash, 2:bash)

####Navigate windows

You can have multiple tabs up at a time. Press Ctrl and b, then press:

You will see a * on your current window and a - sign to your previous window.

####Split windows

You can split windows a few different ways. Press Ctrl and b, then press: