vscode
Installation
SKILL.md
VS Code Keyboard Shortcuts
Reference for VS Code keybindings. macOS uses ⌘ (Command), ⌥ (Option), ⇧ (Shift), ⌃ (Control). Windows/Linux equivalents are noted.
Essential Editing
| Action | macOS | Windows/Linux |
|---|---|---|
| Cut/copy line (empty selection) | ⌘X / ⌘C | Ctrl+X / Ctrl+C |
| Delete line | ⇧⌘K | Ctrl+Shift+K |
| Insert line below/above | ⌘Enter / ⇧⌘Enter | Ctrl+Enter / Ctrl+Shift+Enter |
| Move/copy line up/down | ⌥↑↓ / ⇧⌥↑↓ | Alt+↑↓ / Shift+Alt+↑↓ |
| Add selection to next occurrence | ⌘D | Ctrl+D |
| Select all occurrences | ⇧⌘L | Ctrl+Shift+L |
| Undo/Redo | ⌘Z / ⇧⌘Z | Ctrl+Z / Ctrl+Y |