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:
To reverse:
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