aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorDaniel Miedema <danielmiedema@me.com>2012-04-09 11:23:47 -0700
committerDaniel Miedema <danielmiedema@me.com>2012-04-09 11:23:47 -0700
commitbd0bb2dfcb6c2ca14c5eb85984a56aaf7ebbeb2d (patch)
treedf1e3d56f90243cae3051f69ecbe0d22f1882137 /.osx
parentc5efa6a2955814cd47e139fbc0f20bc2e0d6991f (diff)
downloaddotfiles-bd0bb2dfcb6c2ca14c5eb85984a56aaf7ebbeb2d.tar.gz
dotfiles-bd0bb2dfcb6c2ca14c5eb85984a56aaf7ebbeb2d.tar.bz2
dotfiles-bd0bb2dfcb6c2ca14c5eb85984a56aaf7ebbeb2d.zip
Added line to add text selection to QuickLook
Created another entry for the ability to select text when viewing a document in QuickLook
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 2591e8e..0cee73c 100755
--- a/.osx
+++ b/.osx
@@ -199,6 +199,9 @@ file=/Applications/Dropbox.app/Contents/Resources/check.icns
[ -e "$file" ] && mv -f "$file" "$file.bak"
unset file
+# Enable the ability to highlight text in QuickLook
+defaults write com.apple.finder QLEnableTextSelection -bool TRUE
+
# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
#echo "0x08000100:0" > ~/.CFUserTextEncoding