This is the most important one, that's not been mentioned in OP:<p><pre><code> defaults write -g NSScrollAnimationEnabled -bool NO
</code></pre>
It disables the stupid "smooth scrolling". on Lion (and everything before that) you could disable it from the 'General' tab of SysPrefs, but now it's gone.<p>What does it do? When you press spacebar in a web browser, or fn-downarrow in a text editor, it "smoothly" bring new content up from the bottom of the screen and pushes current screen up.<p>I don't know, maybe it works great on recent machines, but my poor old 2009 MBP's graphics card is not really powerful, and this animation is not smooth at all. It distracts me a lot.<p>I <i>strongly</i> suggest you at least try it. If you don't like it, just replace NO with YES and everything's back to normal.