cheatsheets/tmux.md
2025-04-11 12:23:08 +02:00

14 lines
776 B
Markdown

# 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 |