Mac OS X Sierra: Displaying Thumbnails in Preview by Default

I use thumbnails in Preview on Mac OS to merge PDFs a lot. Dragging thumbs from the sidebar of one PDF to another is a quick and easy way to merge multiple PDFs. It has always annoyed me that there is no longer an easy way to show the sidebar by default in Mac OS X Sierra. After a little Googling, I found an easy way to fix this by editing the plist file for Preview.

  1. Go to: ~/Library/Containers/com.apple.Preview/Data/Library/Preferences/
  2. Locate and open the preferences file – com.apple.Preview.plist
  3. Set “PVPDFSuppressSidebarOnOpening” to false
  4. If you don’t see it, simply add the following to com.apple.Preview.plist:
    <key>PVPDFSuppressSidebarOnOpening</key>
    <false/>

UPDATE FOR HIGH SIERRA:
Twitter user @ZiadFazel wrote in with an update for Preview in Mac OS X High Sierra.

  1. Go to: ~/Library/Containers/com.apple.Preview/Data/Library/Preferences/
  2. Locate and open the preferences file – com.apple.Preview.plist
  3. Find <key>PVSidebarViewModeForNewDocuments</key><integer>0</integer>
  4. Change <integer>0</integer> to <integer>1</integer>Thanks, Ziad!