developer5 sections · 44 items
Developer Keyboard Shortcuts Cheat Sheet
Essential keyboard shortcuts for Windows, Mac, VS Code, and browser DevTools. Boost your coding productivity with these must-know combos.
Universal Shortcuts (Win / Mac)
| Item | Value |
|---|---|
| Copy | Ctrl+C / Cmd+C |
| Cut | Ctrl+X / Cmd+X |
| Paste | Ctrl+V / Cmd+V |
| Undo | Ctrl+Z / Cmd+Z |
| Redo | Ctrl+Y / Cmd+Shift+Z |
| Select All | Ctrl+A / Cmd+A |
| Find | Ctrl+F / Cmd+F |
| Find & Replace | Ctrl+H / Cmd+Option+F |
| Save | Ctrl+S / Cmd+S |
| Ctrl+P / Cmd+P |
VS Code Editor
| Item | Value |
|---|---|
| Command Palette | Ctrl+Shift+P / Cmd+Shift+P |
| Quick Open file | Ctrl+P / Cmd+P |
| Toggle terminal | Ctrl+` / Cmd+` |
| Go to line | Ctrl+G / Cmd+G |
| Multi-cursor | Alt+Click / Option+Click |
| Select next occurrence | Ctrl+D / Cmd+D |
| Duplicate line | Shift+Alt+Down / Shift+Option+Down |
| Move line up/down | Alt+Up/Down / Option+Up/Down |
| Comment toggle | Ctrl+/ / Cmd+/ |
| Format document | Shift+Alt+F / Shift+Option+F |
Browser DevTools
| Item | Value |
|---|---|
| Open DevTools | F12 / Cmd+Option+I |
| Inspect element | Ctrl+Shift+C / Cmd+Shift+C |
| Console | Ctrl+Shift+J / Cmd+Option+J |
| Device toolbar | Ctrl+Shift+M / Cmd+Shift+M |
| Hard refresh | Ctrl+Shift+R / Cmd+Shift+R |
| Clear console | Ctrl+L / Cmd+K |
| Sources panel | Ctrl+Shift+I, then Sources tab |
| Network panel | Ctrl+Shift+I, then Network tab |
Terminal / Command Line
| Item | Value |
|---|---|
| Clear screen | Ctrl+L / Cmd+K |
| Cancel command | Ctrl+C |
| Previous command | Up arrow |
| Search history | Ctrl+R |
| Move to start of line | Ctrl+A / Home |
| Move to end of line | Ctrl+E / End |
| Delete word backward | Ctrl+W |
| Delete to end of line | Ctrl+K |
Git Shortcuts (CLI)
| Item | Value |
|---|---|
| Stage all | git add -A |
| Commit with message | git commit -m "message" |
| Push to remote | git push origin main |
| Pull latest | git pull |
| View status | git status |
| View log | git log --oneline |
| Create branch | git checkout -b branch-name |
| Stash changes | git stash |
Tip: Use landscape orientation for wider tables
Related Tools
Stay Updated
Get notified about new tools, features, and exclusive deals. No spam, ever.