Skip to content

Instantly share code, notes, and snippets.

@bensie
Created February 20, 2009 23:45
Show Gist options
  • Save bensie/67784 to your computer and use it in GitHub Desktop.
Save bensie/67784 to your computer and use it in GitHub Desktop.
Safari - open new window links in a new tab
# How to set Safari to open links targeted for a new window in a new tab
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment