Created
February 20, 2013 13:13
-
-
Save ianthrive/4995488 to your computer and use it in GitHub Desktop.
Enable text selection in QuickLook in Mac OS X.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.finder QLEnableTextSelection -boolean YES | |
killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment