Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

In Windows to move a specific file(s) and/or folder(s), we can ctrl+x (Cut) after selecting sources & ctrl+v (Paste) - very simple way to move.

Another easy option is to just press F4 & type address where you want to jump in Windows explorer. (Yep! Even with auto complete.)

My question is somewhat like this - what is the best way to explore your files in Finder?

I mean, there is no option like cut - not even "move to folder" or "copy to folder", "create new shortcut" is far different - here alias.

I mean, I am feeling "not used to" to a Mac. What's your suggestions to have grip on Mac OS X? Why is it necessary to use a mouse to move files? Why am I forced to use a mouse? It's not like that I hate mouse use. The thing is it's very ridiculous to use mouse for each & every operation.

What are:

  • Better ways to explore in the Finder?
  • Tricks to help explore in the Finder?
  • How to operate the Finder most efficiently?
share|improve this question

6 Answers

up vote 4 down vote accepted

In the Finder the keyboard shortcut to "Go to Folder…" is shiftG

Unfortunately, the Mac OS X Finder is widely regarded as the weak point to Apple's operating system. If you're looking for Cut/Paste support in the Finder, one solution to try is a Finder replacement called Path Finder. It has many other enhancements that make it a more powerful file browser than the Finder.

If you're looking for keyboard control in file manipulation/launching, you could try a utility like Quicksilver (free) or LaunchBar, both sport an easy way to navigate files with the keyboard. Quicksilver even supports an easy way to move files similar to, but more powerful than, Windows cut/paste.

Edit: Here's the Quicksilver tutorial page. From your question, I'm guessing this is the sort of utility you'd enjoy, as it gives you keyboard control magic.

share|improve this answer
1  
Might want to update the answer /wrt OS X Lion, which enables Cut/Paste – slhck Nov 25 '11 at 22:35

In 10.7 you can press ⌥⌘V to Move Selection Here. ⌘C,⌥⌘V is equivalent to what ⌘X,⌘V should do.

Another thing that was finally fixed is that you can now copy files, move them to the trash, and then paste them from the trash.

share|improve this answer

Copy and Paste works with files in the finder. Cutting and Pasting (i.e. moving) was disabled for some reason. I miss it too!

You can always use the terminal to move/copy/link files (incl. auto completion!)

cp -R /source/folder /destination/
mv /files/to/move/* /destination/directory/
ln -s /file/to/link /file/to/link/to

There is a nice tool called "Visor" that lets you bind your terminal to a hotkey and pop it op like a quake console. Another way is using spotlight to open Terminal.

[edit] Another thing came to my mind: You can use "spring loaded folders" (i'm not sure if this feature is called that way) to move (cut-n-paste) files and folders. See this video to get a demo (skip the blabla at the beginning).

In addition to that you can use the modifier keys (ALT, CRTL, APPLE) to define the action you want to execute.

share|improve this answer
Terminal - it ask for too much typing. – Spark Jun 24 '10 at 8:41
But there's (AFAIK) no faster way. At least if you are fairly fast on a keyboard and use the command and path completion wisely. And as i stated in my post: There is no such thing as "cutting". So either you drag-n-drop or use the Terminal. – lajuette Jun 24 '10 at 12:18

Why not just open two windows, source and destination, and drag the file or files from the source folder window to the destination folder window. If the source and destination files are on different volumes, hold down the "Command" key so the source file is deleted after it is copied to the destination.

share|improve this answer

I'm in a similar situation. The best I have found, using keys is:

  1. navigate to file
  2. +C to copy file
  3. +N to open new window
  4. navigate to move destination (+up to go up folder)
  5. +V to paste file
  6. +W to close window
  7. +Delete to delete the original
share|improve this answer

Have you tried apple key/x and apple key/v to cut and paste? Almost in any case where you use ctrl in windows, you would use the apple key.

share|improve this answer
2  
this won't work in Finder. Apple-X does not "cut" a file. Apple-C and Apple-V work as ecpected. – lajuette Jun 24 '10 at 8:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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