How to enable text selection & copy in Mac OS X Preview
Just want to quick look for a document and copy a text without opening the entire document? You can do that with macOS Preview.
- Open Terminal
- Type
defaults write com.apple.finder QLEnableTextSelection -bool TRUE
and press return - Type
killall Finder
and press return - Close Terminal
Et voilà!
