The Essential Guide to OS X Lion
Posted 08/15/2011 at 1:50pm
| by Adam Berenstain, Cory Bohon, J.R. Bookwalter, Susie Ochs and Nic Vargus
Taming the Cat
How to fix Lion’s annoying little quirks
Any new OS can take a few days to get used to. But Lion especially introduced a few changes that have left us scratching our heads. Don’t pull your mane out—here’s how to fix them.
Scrolling

Just because Apple finds it natural doesn’t mean you will.
By default, Lion reversed the way you scroll content in long windows, to match iOS. They call it “natural scrolling,” but it sure does feel weird. Two fingers scrolling up actually moves your view in the window down, as if you were pushing the content up in the window to see what’s below. It’s very iOS-like, but then again in iOS you don’t push one finger around a trackpad to position the cursor -- you just tap things. So if you can’t get used to “one-finger scroll up moves cursor up; two-finger scroll up moves content down,” just turn off Natural Scrolling in System Preferences > Trackpad (or Mouse, if you’re not using a trackpad of any kind).
Finder

This tab and the Sidebar tab have lots of options.
Your hard drive and mounted volumes no longer show up on your Desktop in Lion, and the default view when you open a new Finder window is the new All My Files. Head to Finder > Preferences for a list of checkboxes that can put your drives back on your Desktop (and/or in your sidebar), and while you’re there you can change the default for new Finder windows back to your Home folder, Documents folder, or whatever you prefer.
Gestures

Every gesture has a helpful demo video.
If you had tweaked your trackpad gestures (tap to click, and so on), Lion may have untweaked them a little. Head to System Preferences > Trackpad and examine all three tabs to set things up the way you like. While you’re there, watch the demo videos for all the new and changed gestures in Lion. Our whole staff loves them (well, we’re a bit divided on the Natural Scrolling thing), but it helps to get to know them first.
Font Sizes

You’ll find lots of useful options in System Preferences > General, too.
Lion uses a larger font size in the Finder sidebar than Snow Leopard. But if it bugs you, it’s an easy fix -- just don’t go looking in the Finder preferences. Instead, open System Preferences > General, and set the Sidebar Icon Size to small.
Dock

“When the lights go down in the city…”
System Preferences > Dock has a new option, to ditch the little blue indicator lights that appear by the Dock icons of applications you have open. By default they’re still on, as they were in Snow Leopard. And we like it that way, as a visual reminder of which apps are taking up resources. But if you prefer, you can uncheck “Show indicator lights for open applications” and never see ’em again.
Animations
Lion’s kind of a show-off, with more fancy animations than Pixar. If you get bored of them, you can find a checkbox to kill the bouncing Dock icons as applications open in System Preferences > Dock. Apple apps like Safari and Preview have a new-window animation that you might find cheesy -- to stop that one, open Terminal and type this command (all on one line), then press Return.
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool NO
You’ll have to reopen affected apps to see the change, and to get the animations back, repeat the Terminal command but replace NO with YES.
Mail’s Send and Reply animations can likewise be turned off in Terminal, with these commands. (Each line below is a single command, so type it on one line and press Return.)
defaults write com.apple.Mail DisableReplyAnimations -bool YES
defaults write com.apple.Mail DisableSendAnimations -bool YES
Again, restart Mail to see the difference, and to turn the animations back on, just repeat either of those commands with NO instead of YES. And one more: if the space-changing animation annoys you (we actually dig that one), you can turn it off with these two Terminal commands (type the first, starting with “defaults” and press Return, and then type the second, “killall Dock” and press Return again).
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES
killall Dock
To get the space-switching animation back, repeat those two commands, but in the first one, change YES to NO.