Force Safari to open target links in new tab rather than window
October 21st, 2009 - How to, Mac OS X, Tips & Tricks
You can force Safari to open target = “_blank” links into new tabs rather than new windows by opening the Terminal and typing the following command:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Then restart Safari and from here on anytime you click a link targeted as _blank it will open in a new tab.
You can reverse this behavior and go back to the default new windows instead by typing:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
I think opening these links in a tab makes a lot of sense and I’m not sure why Safari defaults to new windows, or has this feature so hidden.
Posted by: David Mendez

Order Mac OS X 10.6 Snow Leopard today from Amazon.com - $25!

Write a comment