Add first cheat sheets

This commit is contained in:
finga 2025-04-11 12:19:24 +02:00
commit 045fe77335
2 changed files with 64 additions and 0 deletions

14
tmux.md Normal file
View file

@ -0,0 +1,14 @@
# 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 |