Disable "ApplePressAndHold" for applications in OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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