I know there's the option to have Safari open links in a new tab if you Command-click it. Is there a way to set Safari so that it always opens links in a new tab and NEVER opens them in a new window. New browser windows are SO ANNOYING!!!
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
With the power of Google (search phrase: safari open link in new tab) I present you with this. Enter the following into Terminal.
Code:defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Is there any way to set this directly from the Safari GUI?
A 3rd party plugin could potentially add it though, in theory.
With the power of Google (search phrase: safari open link in new tab) I present you with this. Enter the following into Terminal.
Also, if you use the title of your thread in a Google search you'll find this answer. Imagine that.Code:defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
There's no reason to get snippy.