aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-10-20 16:27:20 +0200
committerMathias Bynens <mathias@qiwi.be>2014-10-20 16:27:20 +0200
commit6d4f94df9072221e7d3091d65a140ac2597975c6 (patch)
treef3ea8640bd927fbb2ffd531c9fd3ac472bd9143b /.osx
parent8efd4046dde0f8cac38ea7c0ef2c8bc9671d6762 (diff)
downloaddotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.tar.gz
dotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.tar.bz2
dotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.zip
.osx: Make Yosemite Safari more useful
Diffstat (limited to '.osx')
-rwxr-xr-x.osx7
1 files changed, 7 insertions, 0 deletions
diff --git a/.osx b/.osx
index 4987620..650e1ba 100755
--- a/.osx
+++ b/.osx
@@ -440,6 +440,13 @@ defaults write com.apple.dock wvous-bl-modifier -int 0
# Privacy: don’t send search queries to Apple
defaults write com.apple.Safari UniversalSearchEnabled -bool false
+# Press Tab to highlight each item on a web page
+defaults write com.apple.Safari WebKitTabToLinksPreferenceKey -bool true
+defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2TabsToLinks -bool true
+
+# Show the full URL in the address bar (note: this still hides the scheme)
+defaults write com.apple.Safari ShowFullURLInSmartSearchField -bool true
+
# Set Safari’s home page to `about:blank` for faster loading
defaults write com.apple.Safari HomePage -string "about:blank"