Mac tips
# Safariでdeleteキ−で「戻る」
# http://www.aivy.co.jp/BLOG_TEST/nagasawa/c/2012/07/safari-6delete.html
#
$ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES
# クイックルックでテキストを選択できるようにする
$ defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder