Skip to content

Instantly share code, notes, and snippets.

@jimcervone
Forked from erbmicha/gist:3916892
Created September 4, 2013 17:33
Show Gist options
  • Save jimcervone/6440157 to your computer and use it in GitHub Desktop.
Save jimcervone/6440157 to your computer and use it in GitHub Desktop.
Tweetbot for Mac Super Secret Settings
You will need to use the Terminal app to change these settings:
# these all affect the text in a DM or new tweet - the default is yes for all of them
defaults write com.tapbots.TweetbotMac TextAutomaticQuoteSubstitution -bool NO
defaults write com.tapbots.TweetbotMac TextAutoCorrect -bool NO
defaults write com.tapbots.TweetbotMac TextContinuousSpellChecking -bool NO
defaults write com.tapbots.TweetbotMac TextAutomaticTextReplacement -bool NO
# this affects the behavior of copying a tweet on the timeline. The default is to copy the link.
# with this setting it will copy the tweet text instead
defaults write com.tapbots.TweetbotMac CopyShouldCopyTweet -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment