# tmux

## Keybindings

| Keybinding                                                    | Command                         | Action                           |
|---------------------------------------------------------------|---------------------------------|----------------------------------|
| <kbd>Ctrl</kbd> + <kbd>b</kbd>, <kbd>Alt</kbd> + <kbd>1</kbd> | `select-layout even-horizontal` | even distribute panes horizontal |
| <kbd>Ctrl</kbd> + <kbd>b</kbd>, <kbd>Alt</kbd> + <kbd>2</kbd> | `select-layout even-vertical`   | even distribute panes vertical   |

## Commands

| Command                 | Action                             |
|-------------------------|------------------------------------|
| :setw synchronize-panes | synchronize the input of all panes |