For some reason when I copy a file from one folder and paste to a target folder (highlighted) it pastes the file several levels up, instead of in the target folder. I then have search up or down for the file and drag it.

How can I copy (Command-C), highlight a target folder, then paste (Command-V)?

link|improve this question
feedback

2 Answers

The Finder pastes into the folder you're currently in, which you can identify via the window title bar.

It does not paste into the selected folder when in list view (Cmd-2). It only does this in column view (Cmd-3), and that view also changes the current folder when changing the selection.


You can create a Service using Automator that executes ditto or cp based on the previously copied file(s) and the current selection. Setting it to Cmd-V might have unexpected side effects, since this shortcut wouldn't be context-aware: pasting when editing file names wouldn't work anymore

link|improve this answer
The same behavior applies for at least View ▸ as ␣, New Folder and Show View Options — you'd have to make a lot of services to have it changed consistently. – Lri Mar 7 '11 at 10:02
feedback

As a long-time Mac user, I've never EVER used copy/paste for filesystem management. It's always struck me as an odd windows thing.

The "proper Mac way" as I know it is to use a drag with modifier keys. Holding down option while dragging will make a copy, holding down command will force a move if you're dragging to another volume, and holding down command and option will create an alias.

Copy/paste does work, but the paste location will be whatever folder is open, not whichever folder is selected. So, copying the selected file, double-clicking the destination folder, and then pasting will work the way you want it to.

IMO, option-dragging is faster.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.