Fixing scroll position issues in Finder windowsEdit
As I mentioned on Twitter, my Finder windows were all opening up with the list view scrolled all the way to the right.
Open ~/Library/Preferences/com.apple.Finder.plist
and set StandardViewSettings
» ListViewSettings
» scrollPositionX
back to 0 (was 255).
Why you would ever want this to be anything other than 0 is beyond me. (Also, what/how it got set to 255…)