All articles

Mac keyboard shortcuts for power users: the ones that compound

Most "Mac shortcut" lists are exhausting: a hundred chords you'll never remember, sorted alphabetically. This isn't that. These are the Mac keyboard shortcuts for power users that compound — the handful you press so often that learning them buys back real minutes every day, and that make reaching for the mouse feel like a step backward.

The test for whether a shortcut is worth memorizing is simple: do you do the action many times a day? If yes, learn it once and it pays off forever. If no, leave it on the menu and move on.

Text editing without the arrow keys

If you write or code, cursor movement is the highest-leverage place to start. Tapping the arrow key forty times to fix a word is the kind of friction you stop noticing — until you don't have to do it anymore.

  • ⌥ + ←/→ moves the cursor a whole word at a time.
  • ⌘ + ←/→ jumps to the start or end of the line.
  • ⌘ + ↑/↓ jumps to the top or bottom of the document.
  • Add to any of those to select instead of just move — for example ⌥ + ⇧ + → selects the next word, ⌘ + ⇧ + → selects to the end of the line.
  • ⌃ + A and ⌃ + E jump to the start and end of the line too — a habit worth building because they also work in Terminal and most text fields system-wide.

These work in nearly every text field on macOS, not just your editor. Once the movement keys are muscle memory, you rarely touch the arrows.

Finder moves that replace a dozen clicks

Finder rewards a few shortcuts more than almost any other app:

  • Space triggers Quick Look on the selected file — preview a PDF, image, or video without opening an app. ⌥ + ⌘ + Y runs a full-screen slideshow across several selected files.
  • ⇧ + ⌘ + G opens "Go to Folder": type or paste any path and press Return to jump straight there.
  • ⇧ + ⌘ + . (period) toggles hidden files — handy for dotfiles like .zshrc or .env.
  • ⌘ + C then ⌥ + ⌘ + V "moves" a file instead of copying it — the macOS equivalent of cut-and-paste for files.

Launch and find anything with Spotlight

Spotlight (⌘ + Space) is the fastest launcher already built into your Mac. Most people use it to open apps; power users use it as a command line for the whole system — quick math, unit conversions, dictionary lookups, and file search. Type kind:pdf or kind:image to filter by file type, and combine it with a keyword (kind:pdf invoice) to narrow fast. If you outgrow it, dedicated launchers like Raycast and Alfred add clipboard history, snippets, and window actions — but learn Spotlight first; it's already there and it's instant.

Window management is where keyboard-first really pays off

Switching apps and arranging windows are the two things a power user does constantly, so they're where keyboard shortcuts return the most. The built-in basics:

  • ⌘ + Tab cycles between apps (not windows — more on that below).
  • ⌘ + ` (backtick) cycles between windows of the current app.
  • ⌘ + M minimizes the front window; ⌘ + H hides the front app; ⌥ + ⌘ + H hides everything else.
  • ⌃ + ↑ (or F3) opens Mission Control; ⌃ + ↓ shows every window of the current app.

macOS Tahoe also includes native window tiling. Use Fn + ⌃ + ←/→ to snap the active window to the left or right half, Fn + ⌃ + ↑/↓ for top and bottom halves, Fn + ⌃ + F to fill the screen, and Fn + ⌃ + C to center. It's a real improvement over older macOS — but the layouts stop at halves and quarters (no thirds or two-thirds), and the chords are long enough that many people never commit them to memory.

Two gaps in the built-ins are worth naming, because they're exactly the moves power users repeat all day:

  • ⌘ + Tab only switches apps, not windows. When you have three Finder windows or two browser windows, it won't take you to the specific one you mean. Let's Switch fixes this: hold Option-Tab to flip through your most recently used windows across every app and monitor, newest first, and tap **⌥ + ** to cycle just the front app's windows. The same idea as ⌘, but it lands on the window you actually want.
  • Native tiling is fixed to halves and quarters. If you live on a large or ultrawide display, thirds are where tiling starts to matter. Let's Tile summons a visible grid you snap into with a couple of keystrokes — nothing to memorize, because the grid is right there.

Both are pay-once with no subscription and no account, and both have a free tier that's genuinely useful, so you can find out within a day whether keyboard-first window management sticks. If you want the full picture of fixing window overload, see our guide on what to do when you have too many windows open on Mac.

Build the habit: a few at a time

Trying to memorize fifty shortcuts at once is how you remember none of them. Pick three that match something you do constantly — say word-wise cursor movement, Quick Look, and Option-Tab window switching — and force yourself to use them for a week even when the mouse would be faster. They become automatic, you add three more, and within a month your hands mostly stay on the keyboard. That's the whole game: a small set of Mac keyboard shortcuts, used until they're invisible.

Frequently asked questions

What's the difference between ⌘ + Tab and ⌘ + backtick? ⌘ + Tab switches between applications; ⌘ + ` (backtick) switches between the windows of the current app. Neither lets you jump directly to a specific window across all apps — that's the gap a dedicated window switcher like Let's Switch fills.

How do I see all keyboard shortcuts for an app? Open the app's menus — every command with a shortcut shows it on the right. You can also add or change shortcuts in System Settings → Keyboard → Keyboard Shortcuts → App Shortcuts.

Do these shortcuts work on older macOS versions? The text-editing, Finder, and Spotlight shortcuts have worked for many years. The native window-tiling shortcuts (Fn + ⌃ + arrows) are newer; if you're on an older macOS, a third-party tiler covers the same ground.

Are keyboard shortcuts really faster than the mouse? For actions you repeat dozens of times a day, yes — the savings come from not breaking focus to aim a pointer. For one-off actions buried in menus, the mouse is usually fine. Optimize the repeats, not the rarities.