diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-10-20 16:27:20 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-10-20 16:27:20 +0200 |
commit | 6d4f94df9072221e7d3091d65a140ac2597975c6 (patch) | |
tree | f3ea8640bd927fbb2ffd531c9fd3ac472bd9143b | |
parent | 8efd4046dde0f8cac38ea7c0ef2c8bc9671d6762 (diff) | |
download | dotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.tar.gz dotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.tar.bz2 dotfiles-6d4f94df9072221e7d3091d65a140ac2597975c6.zip |
.osx: Make Yosemite Safari more useful
-rwxr-xr-x | .osx | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |