Skip to content

Instantly share code, notes, and snippets.

@stephenway
Created January 24, 2013 16:56
Show Gist options
  • Select an option

  • Save stephenway/4625052 to your computer and use it in GitHub Desktop.

Select an option

Save stephenway/4625052 to your computer and use it in GitHub Desktop.
Tweetbot Secret Settings
# Tweetbot for Mac Super Secret Settings
# (updated on Oct 31, 2012)
# 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