Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created December 18, 2013 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/8029019 to your computer and use it in GitHub Desktop.
Save leesmith/8029019 to your computer and use it in GitHub Desktop.
Disable "ApplePressAndHold" for applications in OSX
# You can disable this feature for just Sublime Text 3:
defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false
# Alternately, if you want this feature disabled globally, you can enter this:
defaults write -g ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment