Open new tab in Safari settings

safaritabs

How can I make Safari open new tabs next to the current like in Google Chrome?

Best Answer

It's a hidden preference. Run this command in Terminal:

defaults write com.apple.Safari TargetedClicksCreateTabs -bool true

You'll have to restart Safari for the preference to take effect.

Related Question