Skip to content

Instantly share code, notes, and snippets.

@brennovich
Created January 9, 2012 21:04
Show Gist options
  • Save brennovich/1584937 to your computer and use it in GitHub Desktop.
Save brennovich/1584937 to your computer and use it in GitHub Desktop.
Enable text selection in Quick Look
defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment