Add first cheat sheets
This commit is contained in:
commit
045fe77335
2 changed files with 64 additions and 0 deletions
14
tmux.md
Normal file
14
tmux.md
Normal 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 |
|
Loading…
Add table
Add a link
Reference in a new issue