Select text in a Quick Look window?
Is there any possibility (default write, or something else) to copy text directly from a quick look window? It annoys me that I cannot select and copy text snippets directly from Quick Look.
Solution 1:
In Terminal, enter:
defaults write com.apple.finder QLEnableTextSelection -bool TRUE
You have to restart Finder before the option will be available.
Found this on: http://www.defaults-write.com