The 50 Keyboard Shortcuts Everyone Should Know
You do not need to memorize hundreds of shortcuts. A focused set of around fifty covers the actions most people perform dozens of times per day: editing text, managing files, navigating windows, browsing the web, and controlling the system. Master these and everything else feels faster.
Shortcuts below use macOS notation (Cmd). On Windows and Linux, substitute Ctrl for Cmd and Alt for Option unless noted otherwise.
Text Editing Essentials
These ten shortcuts form the backbone of text editing in every application, from Google Docs and Microsoft Word to code editors and email clients.
| # | Action | macOS | Windows / Linux |
|---|---|---|---|
| 1 | Cut | Cmd + X | Ctrl + X |
| 2 | Copy | Cmd + C | Ctrl + C |
| 3 | Paste | Cmd + V | Ctrl + V |
| 4 | Paste without formatting | Cmd + Shift + V | Ctrl + Shift + V |
| 5 | Undo | Cmd + Z | Ctrl + Z |
| 6 | Redo | Cmd + Shift + Z | Ctrl + Y |
| 7 | Select all | Cmd + A | Ctrl + A |
| 8 | Find | Cmd + F | Ctrl + F |
| 9 | Find and replace | Cmd + H | Ctrl + H |
| 10 | Bold selected text | Cmd + B | Ctrl + B |
Paste without formatting deserves special attention. When you copy text from a website and paste it into a document, you usually do not want the original font, color, and size to come along. Cmd + Shift + V strips all that away and matches your document's existing style.
Text Selection and Navigation
Precise text selection without the mouse is one of the biggest speed improvements available. Combine Shift with movement keys to select text as you navigate.
| # | Action | macOS | Windows / Linux |
|---|---|---|---|
| 11 | Select word at a time (left/right) | Option + Shift + Left / Right | Ctrl + Shift + Left / Right |
| 12 | Select to start of line | Cmd + Shift + Left | Home + Shift |
| 13 | Select to end of line | Cmd + Shift + Right | End + Shift |
| 14 | Jump word by word | Option + Left / Right | Ctrl + Left / Right |
| 15 | Jump to start / end of line | Cmd + Left / Right | Home / End |
| 16 | Jump to top / bottom of document | Cmd + Up / Down | Ctrl + Home / End |
| 17 | Delete entire word backward | Option + Delete | Ctrl + Backspace |
The pattern is consistent: Option (or Ctrl on Windows) makes movement word-level, Cmd (or Home/End) makes it line-level, and adding Shift to any movement turns it into a selection. Once you internalize this pattern, you can construct shortcuts on the fly rather than memorizing each one individually.
File and Document Management
These work in nearly every application that deals with files, including document editors, design tools like Figma and Photoshop, and spreadsheets like Excel and Google Sheets.
| # | Action | macOS | Windows / Linux |
|---|---|---|---|
| 18 | Save | Cmd + S | Ctrl + S |
| 19 | Save As | Cmd + Shift + S | Ctrl + Shift + S |
| 20 | New document / file | Cmd + N | Ctrl + N |
| 21 | Open file | Cmd + O | Ctrl + O |
| 22 | Cmd + P | Ctrl + P | |
| 23 | Close current tab or window | Cmd + W | Ctrl + W |
Browser Navigation
These shortcuts work in Chrome, Firefox, Safari, and Edge. They are essential for anyone who spends significant time on the web.
| # | Action | macOS | Windows / Linux |
|---|---|---|---|
| 24 | New tab | Cmd + T | Ctrl + T |
| 25 | Reopen closed tab | Cmd + Shift + T | Ctrl + Shift + T |
| 26 | Switch to next / previous tab | Ctrl + Tab / Ctrl + Shift + Tab | Ctrl + Tab / Ctrl + Shift + Tab |
| 27 | Jump to tab 1 through 8 | Cmd + 1-8 | Ctrl + 1-8 |
| 28 | Jump to last tab | Cmd + 9 | Ctrl + 9 |
| 29 | Focus address bar | Cmd + L | Ctrl + L |
| 30 | Go back / forward | Cmd + [ / ] | Alt + Left / Right |
| 31 | Refresh page | Cmd + R | Ctrl + R or F5 |
| 32 | Hard refresh (clear cache) | Cmd + Shift + R | Ctrl + Shift + R |
| 33 | Zoom in / out | Cmd + + / - | Ctrl + + / - |
| 34 | Reset zoom to 100% | Cmd + 0 | Ctrl + 0 |
The reopen-closed-tab shortcut (Cmd + Shift + T) is one of the most universally appreciated shortcuts once people discover it. It works as a stack: pressing it repeatedly reopens tabs in reverse order, recovering your entire browsing session if needed.
Window and App Management
Managing windows efficiently reduces the time spent arranging your workspace, especially on macOS and Windows where you frequently switch between apps.
| # | Action | macOS | Windows |
|---|---|---|---|
| 35 | Switch between apps | Cmd + Tab | Alt + Tab |
| 36 | Switch windows of same app | Cmd + ` | Alt + Tab (shows all windows) |
| 37 | Minimize window | Cmd + M | Win + Down |
| 38 | Hide current app | Cmd + H | N/A |
| 39 | Snap window left / right | Requires Rectangle or similar | Win + Left / Right |
| 40 | Show desktop | Cmd + F3 or Fn + F11 | Win + D |
| 41 | Lock screen | Ctrl + Cmd + Q | Win + L |
System and Utility Shortcuts
These system-level shortcuts help you launch applications, take screenshots, and manage your clipboard across all contexts.
| # | Action | macOS | Windows |
|---|---|---|---|
| 42 | Spotlight / system search | Cmd + Space | Win + S or Win key |
| 43 | Screenshot (full screen) | Cmd + Shift + 3 | Win + Print Screen |
| 44 | Screenshot (selected area) | Cmd + Shift + 4 | Win + Shift + S |
| 45 | Force quit application | Cmd + Option + Esc | Ctrl + Alt + Del |
| 46 | Open emoji picker | Ctrl + Cmd + Space | Win + . |
| 47 | Open clipboard history | Varies by tool | Win + V |
Communication App Shortcuts
If you use tools like Slack, Microsoft Teams, Zoom, or Gmail, a few shortcuts can dramatically reduce the time you spend navigating messages and meetings.
| # | Action | macOS | Windows |
|---|---|---|---|
| 48 | Mute / unmute in meetings (Zoom/Teams) | Cmd + Shift + A (Zoom) or Cmd + Shift + M (Teams) | Alt + A (Zoom) or Ctrl + Shift + M (Teams) |
| 49 | Quick switch channels (Slack) | Cmd + K | Ctrl + K |
| 50 | Archive email (Gmail) | E | E |
How to Actually Learn These
Trying to learn all fifty at once will not work. Instead, pick three to five shortcuts that match your biggest daily friction points and commit to using them for one week. When they feel automatic, add a few more.
A practical approach:
- Week 1: Text selection shortcuts (#11-#15). Stop reaching for the mouse to select text.
- Week 2: Browser tab management (#24-#29). Navigate tabs without looking at the tab bar.
- Week 3: Window management (#35-#41). Arrange your workspace with the keyboard.
- Week 4: Paste without formatting (#4) and system search (#42). These two alone save cumulative minutes every day.
The goal is not to memorize a list. It is to replace the slow, repetitive mouse actions you perform most often with faster keyboard equivalents until the new way becomes your default.