Keyboard Shortcuts
VS Code, Chrome DevTools, macOS and Windows. The shortcuts that actually save time.
Tool
OS
34 shortcuts
Access every VS Code command by name. The single most important shortcut.
vscodeJump to any file instantly by typing part of its name.
vscodeOpen or close the terminal without leaving VS Code.
vscodeSelect next occurrence of current word. Repeat to keep selecting. Edit all at once.
vscodeSelect every instance of the highlighted word at once.
vscodeMove the current line or selection up or down without cut-paste.
vscodeCopy the current line directly below itself.
vscodeDelete the entire current line in one keystroke.
vscodeRename a variable, function, or class everywhere it is used across all files.
vscodeJump to where a function or variable is defined.
vscodeAuto-format the entire file using Prettier or your configured formatter.
vscodeComment or uncomment the current line or selection.
vscodeOpen a second editor panel side by side.
vscodeHide or show the file explorer sidebar for more screen space.
vscodeSearch across your entire project.
vscodeFullscreen, UI-free coding mode. Press Escape twice to exit.
vscodeCollapse or expand a code block to reduce visual noise.
vscodeIncrease or decrease indentation for the current line or selection.
vscodeOpen Chrome Developer Tools. F12 also works.
chromeJump straight to the Console without clicking through tabs.
chromeClick any element on the page to inspect it in the Elements panel.
chromeReload the page and bypass all cached assets.
chromeJump to the address bar instantly. Type and press Enter to navigate.
chromeReopen the most recently closed tab. Can be pressed multiple times.
chromeSimulate a mobile screen to test responsive layouts.
chromeRun any DevTools command by name — disable JS, take screenshot, performance trace.
chromeOpen Spotlight to launch apps, find files, do quick maths, and convert units.
macDrag to capture a specific region of your screen.
macCycle through open applications. Hold and keep tapping Tab to keep cycling.
macOpen Force Quit dialog to kill unresponsive applications.
macLock your screen immediately.
macOpen the emoji and symbol picker in any text field.
macSee all open windows and virtual desktops at once.
macFully quit an app — not just close the window.
mac