Skip to content

Instantly share code, notes, and snippets.

@mcskrzypczak
Forked from erbmicha/gist:3916892
Created March 28, 2014 11:22
Show Gist options
  • Save mcskrzypczak/9830534 to your computer and use it in GitHub Desktop.
Save mcskrzypczak/9830534 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