I’m continuing to get my new Macbook Air set up, and I’ve been getting adjusted to the new Finder. This helps if you’re a power user:
- Open the terminal (found in /Applications/Utilities/)
- Type the following (without quotation marks) to show hidden files: “defaults write com.apple.finder AppleShowAllFiles -bool true”
- Hit enter
- Type the following (without quotation marks) to restart the Finder: “killall Finder”
- Hit enter
You can turn hidden files back off by doing the same thing, but switching the “true” to “false” in step 2.
And a random tip navigating in the finder: press ⌘ + ↑ (command + up arrow) to navigate to the parent folder, all the way up to root.