Productivity

Keyboard Shortcuts That Will Save You Hours Every Week

The highest-leverage keyboard shortcuts across the OS, browser, and editor — the ones worth actually memorizing, not an exhaustive list nobody retains.

Priya NairMay 23, 20263 min read
Share:

Most "keyboard shortcuts" lists are too long to actually memorize, so nothing sticks. Here's a shorter list, specifically the shortcuts with the best return on the effort of learning them.

Window and app management

ActionmacOSWindows
Switch between appsCmd+TabAlt+Tab
Switch between windows of the same app`Cmd+``Alt+Esc
Quick app launcherCmd+Space (Spotlight)Win key (Start search)
Snap window to half screenDrag to edge, or Rectangle/Magnet appWin+Left/Win+Right

The app-switcher shortcuts alone eliminate a huge amount of mouse-reaching over a normal working day — internalizing them is worth doing before anything else on this list.

Browser

ActionShortcut
New tabCmd/Ctrl+T
Reopen last closed tabCmd/Ctrl+Shift+T
Jump to a specific tab (1st-8th)Cmd/Ctrl+1 through 8
Focus the address barCmd/Ctrl+L
Find on pageCmd/Ctrl+F

Reopen last closed tab is the one people don't know exists and wish they'd learned years earlier — closed the wrong tab? One shortcut, not a scramble through browser history.

Text editing (works almost everywhere, not just code editors)

ActionmacOSWindows/Linux
Jump to start/end of lineCmd+Left/RightHome/End
Jump word by wordOption+Left/RightCtrl+Left/Right
Delete word backwardOption+DeleteCtrl+Backspace
Select to start/end of lineCmd+Shift+Left/RightShift+Home/End

These work in nearly every text field on the system — browser address bars, chat apps, code editors — because they're OS-level text editing conventions, not app-specific features. Learn them once, use them everywhere.

Code editor (VS Code, but similar across most editors)

ActionShortcut
Command paletteCmd/Ctrl+Shift+P
Quick file openCmd/Ctrl+P
Multi-cursor: add cursor at next matchCmd/Ctrl+D
Go to lineCmd/Ctrl+G
Toggle terminalCmd/Ctrl+`

Multi-cursor (Cmd/Ctrl+D) is the one with the highest "wish I'd learned this sooner" factor — select a word, hit it repeatedly to select the next occurrences, and edit all of them simultaneously instead of a find-and-replace for simple renames.

The actual learning strategy

Trying to memorize twenty shortcuts at once doesn't work — pick two or three from this list you don't already use, and deliberately force yourself to use them (even when the mouse feels faster) for a week. Muscle memory forms from repetition under real use, not from reading a list once. Once those two are automatic, add two more.

Advertisement
Priya Nair
Priya Nair

AI & Machine Learning Researcher

Priya explores applied AI, LLM tooling, and the practical side of shipping machine learning features.

Related Articles