Does clicking a link and having Safari open the link in a new window annoy you? Then you’ll appreciate Dennis Stevense’s recent blog post which explains how to have Safari 3.1 always open links in a new tab instead of a new window, also called single window mode.
Please note that this tip won’t work with older versions or the Windows version of Safari!
To enable single window mode for Safari 3.1, open Terminal and enter the following command :
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Restart Safari and every link which normally would open a new window should open in a new tab in your current window.
If you want to revert your changes and disable single window mode, enter the following in Terminal and restart Safari :
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false


2 Comments
WORKS PERFECTLY
what does open terminal mean?