Skip to content

Instantly share code, notes, and snippets.

@ben-w-smith
Created December 7, 2015 18:07
Show Gist options
  • Save ben-w-smith/4f842b0adac089c935f3 to your computer and use it in GitHub Desktop.
Save ben-w-smith/4f842b0adac089c935f3 to your computer and use it in GitHub Desktop.
# Credits go to:
# https://gist.github.com/kconragan/2510186
defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false
# Note: replace com.sublimetext.3 with whichever version of Sublime Text you are running
# eg. 'com.sublimetext.2'
# Alternately, if you want this feature disabled globally, you can enter this:
defaults write -g ApplePressAndHoldEnabled -bool false
# In either case you'll need to restart Sublime Text for the change to take place.
# Happy coding!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment