diff options
-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" |