Activate Single Window Mode - Safari

Since Safari 3.1 it's possible to use Safari in single window mode.
That means all links which normally open up a new window, now simply load in a new tab in the current window.

To activate this behaviour, enter the following command in terminal:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true

To reverse:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
Related Entries:
Boot iPhone or iPod Touch in verbose mode
Alway boot Mac OS X in Verbose Mode
How to force your iPod Touch into restore mode
Comments (0)  Permalink