Skip to content

Instantly share code, notes, and snippets.

@mtsd
Last active December 27, 2015 08:39
Show Gist options
  • Select an option

  • Save mtsd/7298311 to your computer and use it in GitHub Desktop.

Select an option

Save mtsd/7298311 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment