Skip to content

Instantly share code, notes, and snippets.

@rais38
Last active December 27, 2015 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rais38/7333977 to your computer and use it in GitHub Desktop.
Save rais38/7333977 to your computer and use it in GitHub Desktop.
By default, Quick Look does not allow copy/paste when previewing a document. Here’s a quick fix. From a terminal enter the following:
$ defaults write com.apple.finder QLEnableTextSelection -boolean true;
$ killall Finder
@elvey
Copy link

elvey commented Oct 12, 2015

Can work. HOWEVER: Users report this doesn't work on El Capitan, and sometimes breaks quicklook, requiring defaults write com.apple.finder QLEnableTextSelection -bool FALSE or defaults delete com.apple.finder QLEnableTextSelection to fix it. YMMV...

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