Skip to content

Instantly share code, notes, and snippets.

View khanhicetea's full-sized avatar
😎
solving human problems

KhanhIceTea khanhicetea

😎
solving human problems
View GitHub Profile
@khanhicetea
khanhicetea / Development.md
Created April 12, 2020 05:12
[Feed] Good Websites
Calc size of root directories
```bash
du -h . --max-depth=1 | sort -n -r | head -n 10
```
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