New named session
```zsh
tmux new -s [sessionName]
```
List all tmux shortcuts
```zsh
:list-keys
```
List all tmux commands
```zsh
:list-commands
```
Stop tmux server and kill all tmux sessions
```zsh
tmux kill-server
```
then (to reload configuration file):
```bash
tmux source-file ~/.tmux.conf
```
New Window (+ make new window active)
```zsh
prefix + c
```
Close Window
```zsh
prefix + &
```
Zoom active pane to full window
```zsh
prefix + z
```
Close pane
```zsh
prefix + x
```
Preview session windows
```zsh
prefix + w
```
Rename window
```zsh
prefix + :rename-window
```
Rename session
```zsh
prefix + :rename-session
```
Cycle through layouts
```zsh
prefix + space
```
#### YouTube vids
- [Tmux has forever changed the way I write code](https://www.youtube.com/watch?v=DzNmUNvnB04) - Dreams of Code
- [Tmux for Newbs](https://www.youtube.com/playlist?list=PLsz00TDipIfdrJDjpULKY7mQlIFi4HjdR) - Typecraft