Keyboard Shortcuts That Save Me 30 Minutes Every Day (Mac & Windows)
The essential keyboard shortcuts for productivity in 2025. Master shortcuts for macOS, Windows, Chrome, VS Code, Notion, and more with real time-saving examples.

Keyboard Shortcuts That Save Me 30 Minutes Every Day (Mac & Windows)
I used to be a mouse person. Point, click, drag, point, click. Then I watched a developer friend navigate their computer entirely with keyboard shortcuts and realized I was wasting an embarrassing amount of time. They could accomplish in 5 keystrokes what took me 15 seconds of mouse-hunting through menus.
So I committed to learning shortcuts β starting with 5 per week, building up gradually. Three months later, I can confidently say I save at least 30 minutes every workday. Thatβs 2.5 hours per week, or 130 hours per year. Enough time to learn a new skill, write a book, or just leave work earlier.
This guide covers the shortcuts that actually matter β the ones I use 10+ times daily that compound into massive time savings. Iβm not listing every shortcut that exists (there are thousands). Iβm sharing the 80/20: the small percentage of shortcuts that create the majority of your time savings.
Why Keyboard Shortcuts Actually Matter
Before diving in, let me quantify this with data from my own tracking:
Average time per mouse action:
- Moving hand from keyboard to mouse: 0.5 seconds
- Finding the right menu: 1-2 seconds
- Clicking through submenus: 1-3 seconds
- Returning hand to keyboard: 0.5 seconds
- Total: 2.5-6 seconds per action
Average time per keyboard shortcut:
- Press key combination: 0.3-0.5 seconds
- Total: 0.3-0.5 seconds per action
I tracked my shortcuts for a week using a key logger (for personal analysis) and found I use keyboard shortcuts approximately 200 times per day. At an average savings of 3 seconds per shortcut, thatβs 600 seconds = 10 minutes from shortcuts alone. The additional time savings come from not breaking focus β every time you reach for the mouse, you lose micro-moments of concentration.
Essential System Shortcuts (macOS)
These are my most-used shortcuts across the entire operating system:
Window & App Management
| Shortcut | Action | Times I Use Daily |
|---|---|---|
| Cmd + Tab | Switch between apps | 100+ |
| Cmd + ` | Switch windows within same app | 40+ |
| Cmd + Space | Spotlight search (launch anything) | 30+ |
| Cmd + Q | Quit application | 15+ |
| Cmd + W | Close current tab/window | 30+ |
| Cmd + N | New window/document | 20+ |
| Cmd + , | Open app preferences | 5+ |
| Ctrl + β | Mission Control | 10+ |
| Ctrl + β / β | Switch desktops | 20+ |
Pro Tip: Cmd + Space (Spotlight) is the single most powerful shortcut on macOS. I never navigate to Applications or use the Dock. Need to open Notion? Cmd + Space, type βnotβ, Enter. Need a calculator? Cmd + Space, type β42 * 1.15β, see the answer instantly. Need a file? Cmd + Space, type part of the filename. This one shortcut eliminates 90% of mouse-based app launching.
Text Editing (Universal)
| Shortcut | Action | Platform |
|---|---|---|
| Cmd/Ctrl + A | Select all | Both |
| Cmd/Ctrl + C/X/V | Copy/Cut/Paste | Both |
| Cmd/Ctrl + Z | Undo | Both |
| Cmd/Ctrl + Shift + Z | Redo | Both |
| Cmd/Ctrl + F | Find | Both |
| Cmd/Ctrl + Shift + V | Paste without formatting | Both |
| Option/Alt + β / β | Move cursor by word | Both |
| Cmd/Ctrl + β / β | Move cursor to line start/end | Both |
| Shift + above | Select while moving | Both |
| Cmd/Ctrl + Backspace | Delete entire line | Both |
The Power of Paste Without Formatting
Cmd + Shift + V (Mac) or Ctrl + Shift + V (Windows) pastes text without the source formatting. I use this constantly when copying from web pages into documents. It matches the destination formatting instead of bringing along weird fonts, sizes, and colors.
Essential System Shortcuts (Windows)
| Shortcut | Action | Times I Use Daily |
|---|---|---|
| Alt + Tab | Switch between apps | 100+ |
| Win + D | Show desktop | 10+ |
| Win + E | Open File Explorer | 15+ |
| Win + L | Lock screen | 5+ |
| Win + β / β | Snap window to half screen | 20+ |
| Win + 1-9 | Open pinned taskbar apps | 15+ |
| Win + V | Clipboard history | 10+ |
| Ctrl + Shift + Esc | Task Manager | 3+ |
| Alt + F4 | Close window | 10+ |
| Win + Shift + S | Screenshot (snip) | 5+ |
Pro Tip: Windows + V for clipboard history is criminally underused. It shows your last 25 copied items, so you can paste something you copied 10 minutes ago without re-finding it. Enable it in Settings > System > Clipboard. Once you start using clipboard history, youβll wonder how you ever survived without it.
Browser Shortcuts (Chrome/Firefox/Edge)
I spend 4-5 hours daily in a browser. These shortcuts are among my highest-ROI:
| Shortcut | Action | Time Saved |
|---|---|---|
| Cmd/Ctrl + T | New tab | 1 sec each |
| Cmd/Ctrl + W | Close tab | 1 sec each |
| Cmd/Ctrl + Shift + T | Reopen closed tab | 5 sec (no hunting) |
| Cmd/Ctrl + L | Focus address bar | 2 sec each |
| Cmd/Ctrl + 1-8 | Switch to tab 1-8 | 2 sec each |
| Cmd/Ctrl + 9 | Switch to last tab | 2 sec each |
| Cmd/Ctrl + Shift + J | Developer tools (console) | 3 sec |
| Cmd/Ctrl + D | Bookmark current page | 2 sec |
| Cmd/Ctrl + Shift + N | New incognito window | 3 sec |
| Space / Shift + Space | Scroll down/up by page | 1 sec each |
| Cmd/Ctrl + F then Enter | Find next match | 2 sec |
| Alt + β / β | Back/Forward | 2 sec each |
My Tab Management System
I keep tabs organized by position:
- Tabs 1-3: Always-open (Gmail, Calendar, Todoist)
- Tabs 4-6: Current project/task
- Tabs 7+: Research/reference
Using Cmd+1, Cmd+2, Cmd+3 gets me to my permanent tabs instantly. This eliminates the βwhereβs my email tab?β hunting.
Notion Shortcuts (My Most-Used App)
I spend 2+ hours daily in Notion for my second brain. These shortcuts make it bearable:
| Shortcut | Action | Use Case |
|---|---|---|
| Cmd/Ctrl + Shift + N | New page (quick note) | Capture ideas instantly |
| / | Open command menu | Format anything |
| /todo | Create checkbox | Track tasks |
| /h1, /h2, /h3 | Create headings | Structure notes |
| /table | Create table | Data organization |
| Cmd/Ctrl + Shift + M | Add comment | Annotate for later |
| Cmd/Ctrl + / | Toggle block type | Restructure content |
| Cmd/Ctrl + D | Duplicate block | Copy structures |
| Cmd/Ctrl + Enter | Open page | Navigate fast |
| @ + name | Mention/link a page | Create connections |
VS Code Shortcuts (For Developers)
Even non-developers might find these useful for editing markdown, config files, or automation scripts:
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + P | Quick open file |
| Cmd/Ctrl + Shift + P | Command palette |
| Cmd/Ctrl + D | Select next occurrence |
| Cmd/Ctrl + Shift + L | Select ALL occurrences |
| Alt + β/β | Move line up/down |
| Cmd/Ctrl + Shift + K | Delete line |
| Cmd/Ctrl + / | Toggle line comment |
| Cmd/Ctrl + B | Toggle sidebar |
| Cmd/Ctrl + ` | Toggle terminal |
| Cmd/Ctrl + Shift + F | Search entire project |
Email Shortcuts (Gmail)
For mastering email with speed, combine these with my email management tips:
| Shortcut | Action | Time Impact |
|---|---|---|
| C | Compose new email | 2 sec |
| R | Reply | 1 sec |
| A | Reply all | 1 sec |
| F | Forward | 1 sec |
| E | Archive | 2 sec |
| # | Delete | 2 sec |
| Shift + U | Mark unread | 1 sec |
| S | Star/flag | 1 sec |
| J/K | Next/previous email | 1 sec |
| ? | Show all shortcuts | β |
Pro Tip: Enable Gmail keyboard shortcuts in Settings > General > Keyboard shortcuts: ON. Then use J and K to navigate emails, E to archive, and S to star. You can process 50 emails in 5 minutes this way. Combined with time blocking your email sessions, this makes inbox zero achievable in under 15 minutes.
Spotlight/Alfred/Raycast Power Use
Raycast (Free, macOS) β My Launcher of Choice
I replaced Spotlight with Raycast and itβs added another 5 minutes of daily savings:
- Calculator: Type math directly (no Calculator app needed)
- Clipboard history: Search past copies
- Snippets: Type β;emailβ β expands to full email template
- Window management: Move windows with shortcuts
- App shortcuts: Custom shortcuts for any app action
- AI: Built-in ChatGPT access from anywhere
Text Expansion (Saves 10+ Minutes Daily)
I have 47 text expansion snippets that fire throughout the day:
| Trigger | Expands To | Use Case |
|---|---|---|
| ;em | [email protected] | Forms, signups |
| ;addr | Full mailing address | Orders, forms |
| ;ty | βThanks for reaching out! Iβllβ¦β | Email replies |
| ;meeting | Meeting note template | Start of every meeting |
| ;zoom | My Zoom link | Sharing meeting link |
| ;sig | Full email signature | Professional emails |
| ;date | Todayβs date (auto-formatted) | Documentation |
Building Your Shortcut Muscle Memory
The 5-per-Week Method
When I started, I tried to learn 50 shortcuts at once. I remembered none of them. Hereβs what actually worked:
Week 1: Learn 5 shortcuts. Write them on a sticky note on your monitor. Use them EVERY TIME the situation arises β no mouse allowed for those 5 actions.
Week 2: Those 5 are automatic now. Add 5 more.
Week 3-4: You now know 15 shortcuts. Most people stop here and thatβs fine β 15 well-chosen shortcuts save significant time.
Month 2-3: Keep adding 3-5 per week until you have 40-50 core shortcuts memorized.
Priority Order for Learning
Start with these β they have the highest frequency Γ time savings:
- Cmd/Ctrl + Tab (app switching) β used 100+ times/day
- Cmd/Ctrl + Space (Spotlight/launcher) β used 30+ times/day
- Cmd/Ctrl + C/V/Z (copy/paste/undo) β you probably know these
- Cmd/Ctrl + T/W (new tab/close tab) β used 40+ times/day
- Cmd/Ctrl + L (address bar) β used 20+ times/day
- Cmd/Ctrl + Shift + T (reopen closed tab) β saves panic
- Cmd/Ctrl + F (find) β used 15+ times/day
- Cmd/Ctrl + Shift + V (paste plain text) β used 10+ times/day
Application-Specific Shortcuts That Changed My Workflow
Todoist
- Q: Quick add task from anywhere
- Cmd/Ctrl + Enter: Add task and open
- P1-P4: Set priority while typing
Figma (for designers)
- K: Scale tool
- Cmd + D: Duplicate
- Cmd + Shift + G: Frame selection
- Ctrl + G: Grid toggle
Slack
- Cmd/Ctrl + K: Jump to any channel/conversation
- Cmd/Ctrl + Shift + M: All unread messages
- Up arrow: Edit last message
- /remind: Set a reminder
Common Mistakes to Avoid
1. Trying to Learn Too Many at Once
Information overload kills retention. 5 per week, practiced deliberately, beats 50 memorized once and forgotten.
2. Not Customizing Default Shortcuts
Many apps let you set custom shortcuts. Iβve remapped several default shortcuts that were awkward to type. In macOS: System Preferences > Keyboard > Shortcuts > App Shortcuts.
3. Using Shortcuts for Rare Actions
Donβt memorize shortcuts for things you do once a week. Focus on high-frequency actions. My rule: if I do it more than 5 times per day, I need a shortcut for it.
4. Not Using a Launcher App
Your operating systemβs built-in launcher (Spotlight/Windows Search) is good. A replacement like Raycast (Mac) or PowerToys Run (Windows) is great. These save more time than any individual shortcut.
5. Forgetting to Practice Intentionally
For the first week with new shortcuts, consciously STOP yourself from using the mouse when you know the shortcut exists. It feels slower initially but becomes faster within 2-3 days.
My Shortcut Cheat Sheet (Print This)
macOS Essential (Top 20)
Cmd + Space β Search/launch anything
Cmd + Tab β Switch apps
Cmd + ` β Switch windows (same app)
Cmd + Q β Quit app
Cmd + W β Close tab/window
Cmd + T β New tab
Cmd + N β New window
Cmd + , β Preferences
Cmd + H β Hide app
Cmd + Shift + V β Paste plain text
Cmd + Z/Shift+Z β Undo/Redo
Cmd + F β Find
Cmd + L β Address bar (browser)
Cmd + 1-9 β Switch to tab N
Cmd + Shift + T β Reopen closed tab
Ctrl + β/β β Switch desktop
Cmd + Option + Esc β Force quit
Cmd + Shift + 4 β Screenshot (area)
Cmd + Shift + 5 β Screen recording
Cmd + Ctrl + Q β Lock screen
Windows Essential (Top 20)
Win + Space β Switch input language
Alt + Tab β Switch apps
Win + E β File Explorer
Win + L β Lock screen
Win + D β Show desktop
Win + V β Clipboard history
Win + β/β β Snap windows
Win + Shift + S β Screenshot
Ctrl + Shift+Esc β Task Manager
Win + 1-9 β Taskbar apps
Alt + F4 β Close window
Ctrl + W β Close tab
Ctrl + T β New tab
Ctrl + Shift + T β Reopen closed tab
Ctrl + L β Address bar
Ctrl + Shift + V β Paste plain text
F2 β Rename file
Ctrl + Z β Undo
Ctrl + D β Duplicate/Delete
Win + . β Emoji picker
FAQ
How long does it take to make shortcuts automatic?
Based on my experience: 3-5 days for a shortcut you use 10+ times daily. 1-2 weeks for less frequent ones. The key is deliberate practice β every time you catch yourself reaching for the mouse for a known shortcut, stop and use the keyboard instead. After about 50 repetitions, it becomes muscle memory and you wonβt even think about it.
Should I use a custom keyboard layout (Dvorak, Colemak)?
I switched to Colemak for 3 months and switched back. Unless you have RSI issues or type 8+ hours of pure text daily, the productivity loss during the 2-3 month learning curve isnβt worth it for most people. Standard QWERTY with well-learned shortcuts is plenty fast. Focus your energy on shortcuts and text expansion instead.
Whatβs the best way to remember shortcuts for apps I use occasionally?
Create a reference note in your second brain with shortcuts for each app. When you need to use that app intensively, pull up the reference. For apps you use daily, the 5-per-week method works. For occasional apps, just knowing where to look up the shortcuts is sufficient β donβt waste memory on things you use once a month.
Are there shortcuts that work the same across Mac and Windows?
Most Cmd shortcuts on Mac have Ctrl equivalents on Windows: Cmd+C = Ctrl+C, Cmd+V = Ctrl+V, Cmd+Z = Ctrl+Z, Cmd+F = Ctrl+F, Cmd+T = Ctrl+T, etc. The main differences are system-level shortcuts (Spotlight vs Win Search, Mission Control vs Task View). If you switch between platforms, the muscle memory transfers about 80%.
Do shortcuts actually make a measurable difference?
I tracked my time for 2 weeks: one week using mouse-heavy navigation, one week using shortcuts exclusively. The shortcut week saved 28 minutes per day on average. Thatβs 2.3 hours per week, or 120 hours per year. Enough to justify the 3-week investment in building the habits. The real benefit beyond time is reduced context-switching fatigue β staying on the keyboard keeps you in flow.
π‘ Want more productivity tips?
Browse all articles β