Organising files
Finder decides move-or-copy from where you drag, and shows a tiny badge announcing it. Learn the rules once.
The cursor badge tells you: a green + means copy; nothing means move.
| Hold | Effect |
|---|---|
| ⌥ | Force copy (green +) |
| ⌘ | Force move, even across volumes |
| ⌥⌘ | Make an alias instead |
⌘-drag to an external drive is the one worth memorising: move in one gesture, rather than copy-then-delete.
Finder has cut/paste for files, disguised:
There is no ⌘X for files by design; the move happens at paste time, so nothing is ever in a "cut" limbo.
mv file /Volumes/Drive/ # move, even across volumes
cp -R folder /Volumes/Drive/
mv across volumes is a copy-then-delete under the hood — interrupting it mid-way can leave partials at the destination, which is why for big cross-volume moves rsync then delete is the careful pattern.
On APFS, moving within a volume rewrites directory entries only — instant for any size. Reorganising a terabyte inside one drive costs nothing; pushing it to another drive costs a full copy. Structure your tidy-ups accordingly.
⌘C to copy, then ⌘⌥V to paste-as-move. The Option turns paste into the move.
Cross-volume drags default to copy. Hold ⌘ while dragging to force a move.
Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.
Download for Mac