28 Developer Shortcuts in 5 Minutes (Terminal, Git, VS Code, IntelliJ)

Опубликовано: 29 Июль 2026
на канале: HotkeyLab
43
1

Every shortcut from the HotkeyLab Shorts so far, collected in one place —
28 of them across the terminal, Git, VS Code, IntelliJ, and Chrome DevTools.

CHAPTERS
0:00 Intro
0:03 Terminal Shortcuts
0:27 Git Commands
1:08 VS Code Shortcuts
1:46 VS Code Tricks, Part 2
2:21 IntelliJ Shortcuts
3:17 Debugging Tricks
4:00 Chrome DevTools
4:53 Outro

WHAT'S COVERED
Terminal — Ctrl+R to reverse-search your history, !! to repeat the last command
Git — git commit --amend to fix your last commit message, git restore to undo changes
VS Code — Ctrl+D to select the next match, Alt+Up/Down to move lines, Ctrl+Shift+K to delete
VS Code Part 2 — multi-cursor with Alt+click, Ctrl+P quick open, Ctrl+\ to split the editor
IntelliJ — four Java shortcuts that cut out repetitive typing
Debugging — breakpoints to pause where your code runs and inspect variables live
Chrome DevTools — $0 to grab the selected element in the console, Ctrl+Shift+P for the command menu

New developer shortcuts every week.

#programming #developer #vscode