Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created December 18, 2013 20:07
Embed
What would you like to do?
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