Finder keyboard shortcuts, sorted by what they act on

Most lists of Finder keyboard shortcuts are alphabetical, which is the one order in which nothing is memorable. Apple publishes around fifty of them for Finder alone, and reading them end to end produces the same result every time: three get used the next morning and the rest evaporate. The keys are not hard. The list is just organised for lookup rather than for learning. Grouping them by what they actually touch makes the useful subset obvious, and it also makes visible the gap where the shortcut you want does not exist at all.

Four kinds of shortcut, and why the flat list fails

Every Finder shortcut acts on exactly one of four things, and knowing which one is the whole trick.

Location. The keys that change which folder the window is pointed at. Nothing on disk changes.

Window state. The keys that change how the current folder is drawn: view mode, sidebar, path bar, preview pane, toolbar. Again, nothing on disk changes.

Selection. The keys that act on whatever is highlighted: duplicate, get info, preview, trash, rename, alias.

Clipboard and drag. The keys and held modifiers that decide whether an item is copied, moved, or aliased when it lands somewhere else.

The flat published list interleaves all four, which is why Command-1 and Command-Delete sit near each other despite having nothing in common. Learned in groups, the pattern is easier to hold: Shift plus Command plus a letter almost always opens a standard folder, Option plus Command plus a letter almost always toggles a piece of window furniture, and a bare Command plus a number always changes view mode.

There is a second reason the flat list fails. It mixes shortcuts that are worth learning because they replace three clicks with shortcuts that replace one. Emptying the Trash with Shift-Command-Delete saves a menu trip once a week. Jumping to a path with Shift-Command-G saves one every few minutes. Those do not belong in the same paragraph, let alone the same memorisation effort.

Keys that change where the window is pointed

This is the group with the highest return, because navigation is the thing repeated most often in a day.

The single most useful key is Shift-Command-G, which opens the Go to Folder field. It accepts a typed or pasted path, expands ~, and completes with Tab. Anyone who copies paths out of a terminal is using it dozens of times a day whether they know its name or not.

Movement inside the hierarchy is four keys. Command-Up Arrow opens the enclosing folder. Command-Down Arrow opens the selected item. Command-Left Bracket and Command-Right Bracket walk back and forward through history, exactly like a browser. Add Control to the up arrow and the parent opens in a new window instead of replacing the current one.

Standard destinations are all Shift plus Command plus a mnemonic letter: Shift-Command-H for Home, Shift-Command-D for Desktop, Shift-Command-O for Documents, Shift-Command-A for Applications, Shift-Command-U for Utilities, Shift-Command-C for Computer, Shift-Command-K for Network, Shift-Command-I for iCloud Drive, Shift-Command-R for AirDrop, and Shift-Command-F for Recents. Downloads breaks the pattern and uses Option-Command-L.

Three routes exist to any given folder, and they are good at different things.

Route Key Best for Weakness
Go to Folder Shift-Command-G A path you already have in the clipboard Requires knowing or pasting the path
Sidebar favourite Control-Command-T to add Five to ten folders visited daily Degrades once the list passes about a dozen
Recents Shift-Command-F Something touched in the last day Useless for a folder not opened recently

The failure mode is treating the sidebar as the only route. It works until the list grows past what can be scanned at a glance, at which point the Go to Folder field is faster for everything except the top three or four favourites.

Keys that change what the window shows

These change nothing on disk, which makes them safe to experiment with. Four view modes sit on Command-1 through Command-4: icons, list, columns, gallery. Column view is the one worth defaulting to for deep hierarchies, because it shows the ancestry of the selected item without a separate path bar.

Window furniture is mostly Option plus Command. Option-Command-P toggles the path bar, Option-Command-S toggles the sidebar, Option-Command-T toggles the toolbar, and Shift-Command-P toggles the preview pane. The status bar is the odd one out on Command-Slash. Command-J opens View Options for the current folder, which is where sort order, icon size, and the setting that keeps folders above files all live.

Two of these deserve to be permanently on rather than toggled. The path bar puts the full ancestry at the bottom of the window and lets any ancestor be opened by double clicking it. The status bar shows the item count and free space, which turns a vague sense that a folder is large into a number.

Tabs behave like a browser. Command-T opens a new tab, Shift-Command-T shows or hides the tab bar, and Command-W closes the current tab before it closes the window.

Keys that act on the selection

Space runs Quick Look on the selected item, and Command-Y does the same thing from the keyboard side of the menu. Option-Command-Y turns a multi-file selection into a full screen slideshow, which is the fastest way to triage a folder of images or PDFs without opening anything.

Command-I opens Get Info. Command-D duplicates. Control-Command-A makes an alias of the selection. Control-Command-N is the one most people never find: it creates a new folder that already contains the currently selected items, which collapses a three step move into one keystroke.

Renaming has no dedicated shortcut on Apple's list because it is bound to Return. That surprises anyone arriving from Windows, where Return opens the item and F2 renames it. On macOS the roles are swapped: Return renames, Command-Down Arrow opens.

Deleting is Command-Delete to move to Trash, Shift-Command-Delete to empty it, and Option-Shift-Command-Delete to empty it without the confirmation dialog. The third one is worth knowing exists and worth never using.

Two placement keys round out the group. Control-Command-T adds the selection to the Finder sidebar, and Control-Shift-Command-T adds it to the Dock. Both are faster than dragging, and both are reversible, so the sidebar can be rebuilt from scratch in about a minute whenever it has grown past the point of being scannable.

Building the selection itself is worth a moment. Shift extends a selection contiguously, Command adds and removes individual items, and in list view Option clicking a disclosure triangle expands every folder beneath the one clicked. That last one turns a nested tree into a flat list that Shift can then select in a single sweep, which is the quickest way to collect files scattered three levels deep.

Copy, move, and the modifiers that are not printed anywhere

macOS has no Cut for files in the sense Windows uses, which causes more confusion than any other part of Finder. The equivalent is a two step move: Command-C on the source, then Option-Command-V at the destination. The item is moved rather than copied. Plain Command-V copies.

Dragging is governed by held modifiers, and the default depends on whether the destination is on the same volume. Within a volume, a drag moves. Across volumes, a drag copies. Holding Command while dragging to another volume forces a move. Holding Option while dragging forces a copy. Holding Option and Command together makes an alias. The pointer changes to confirm which one is about to happen, and watching it is more reliable than remembering the rules.

Two more are absent from Apple's published list. Holding Option while the Edit menu is open turns Copy into Copy as Pathname, which puts the full POSIX path of the selection on the clipboard and pairs directly with a terminal prompt. And Shift-Command-Period toggles hidden files in the current window, which is the fastest way to check whether a dotfile landed where it was supposed to.

Making the shortcut that does not exist

Anything that appears as a menu command in Finder can be given a key combination, and this is where the returns get large, because the commands people repeat most often are frequently the ones Apple left unbound.

The setting lives in System Settings, under Keyboard, then Keyboard Shortcuts, then App Shortcuts. Add an entry, choose Finder as the application, and type the menu command exactly as it appears, including punctuation. Submenus are typed with -> between levels, and an ellipsis is typed as three separate periods.

You can create keyboard shortcuts only for existing menu commands. You can't create keyboard shortcuts for general purpose tasks, such as opening an app. Source: support.apple.com

That constraint decides what is worth doing. New Terminal at Folder, which appears in the Services submenu once it is enabled in the same settings pane, is a menu command and can therefore be bound. So can Copy as Pathname, Show View Options for a specific arrangement, and any Quick Action added through Shortcuts or Automator.

Two failure modes are worth knowing in advance. A title typed with the wrong punctuation silently does nothing, with no error to explain why. And a combination already claimed by another command will not work at all, so the fix is to change one of the two rather than to keep pressing harder.

Conflicts also come from outside Finder. Anything registered as a system wide shortcut, including Spotlight and the combinations that switch input sources when more than one language is installed, takes precedence over an App Shortcut. Choosing combinations that start with Control and Option avoids almost all of that territory, since very few system defaults live there. It is also worth checking the same settings pane before assuming a key is broken, because a shortcut that stopped working usually stopped because something else claimed it, not because the app changed.

Where the keys stop paying off

There is a ceiling, and it arrives sooner than most people expect. Every shortcut above operates inside one Finder window. The moment the task crosses out of that window, no key helps.

The pattern is easy to spot. A path gets copied with the Option held Edit menu, a terminal is brought forward, the path is pasted, a command runs, the window is switched back, and the folder is refreshed to see the result. Six actions, of which exactly one is a shortcut. Learning a seventh key does not shorten that loop, because the cost is the boundary between the two windows, not the keystrokes inside either of them.

The same applies to anything involving a language model. A prompt about a set of files needs the paths, the paths live in a window, and the model lives somewhere else. The copying is the work. This is the argument for a file manager with a built in terminal rather than for a longer list of keys, and the practical differences between that approach and a Finder plus terminal pair are set out in the comparison with other file managers. The specific case of picking a task back up on a phone is covered separately in From iPhone and iPad.

What to change first

Learn five keys, not fifty: Shift-Command-G, Command-Up Arrow, Space, Control-Command-N, and Option-Command-V. Then spend ten minutes in App Shortcuts binding New Terminal at Folder to something reachable, because that single addition removes more window switching than the rest of the list combined. If the loop still feels long after that, the problem is the window boundary rather than the keyboard, and Atriens is built around closing it.

Frequently asked questions

Why does Return rename a file instead of opening it?

macOS assigns Return to renaming and Command-Down Arrow to opening, which is the reverse of the Windows convention. There is no setting to swap them, but a shortcut for File then Open can be added through App Shortcuts if the muscle memory refuses to change.

Is there a Cut command for files in Finder?

Not directly. Copy the item with Command-C, then paste at the destination with Option-Command-V, which moves rather than copies. Plain Command-V leaves the original in place.

Why did the App Shortcut I added do nothing?

Two causes account for almost all of them. The menu title was typed with different punctuation from the menu, including the ellipsis, which has to be three separate periods. Or the key combination is already claimed by another command, in which case neither one fires and one of the two has to change.

Which Finder shortcuts are missing from Apple's official list?

Two commonly used ones. Shift-Command-Period toggles hidden files in the current window, and holding Option while the Edit menu is open turns Copy into Copy as Pathname. Both work in current macOS releases despite not appearing in the published reference.

Back to all posts