- https://vsupalov.com/articles/ : #docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Calc size of root directories | |
| ```bash | |
| du -h . --max-depth=1 | sort -n -r | head -n 10 | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Keybinding | Action | Tag | |
|---|---|---|---|
| Ctrl+X | Cut line (empty selection) | basic-editing | |
| Ctrl+C | Copy line (empty selection) | basic-editing | |
| Alt+ ↓ / ↑ | Move line down/up | basic-editing | |
| Ctrl+Shift+K | Delete line | basic-editing | |
| Ctrl+Enter | Insert line below | basic-editing | |
| Ctrl+Shift+Enter | Insert line above | basic-editing | |
| Ctrl+Shift+\ | Jump to matching bracket | basic-editing | |
| Home | Go to beginning | basic-editing | |
| End | Go to end of line | basic-editing |
OlderNewer