Skip to content

Instantly share code, notes, and snippets.

@wesbos
Created October 29, 2015 14:04
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wesbos/f38ce56002292db71a82 to your computer and use it in GitHub Desktop.
Save wesbos/f38ce56002292db71a82 to your computer and use it in GitHub Desktop.
Increase OSX "Recent Places

Increase the number of "Recent Places" that OSX shows in save dialogs. This allows you to quickly save files without having to dig through nested folders.

  1. Open your terminal and run defaults write .GlobalPreferences NSNavRecentPlacesLimit -int 10 && killall Finder
  2. OSX will now save 10, instead of the default. You won't see it take effect right away, but only after you save 5 more things.
  3. Enjoy your better life.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment