Created
December 7, 2015 18:07
-
-
Save ben-w-smith/4f842b0adac089c935f3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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