Created
February 16, 2015 16:35
-
-
Save mppatterson/56662799846addcc028a to your computer and use it in GitHub Desktop.
Enable key repeat for phpstorm and rubymine
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
# This was noted, but did not seem to work | |
# defaults write -g ApplePressAndHoldEnabled -bool false | |
# This one seemed to work, and is supposed to be specific to phpstorm and rubymine | |
defaults write com.jetbrains.intellij.ce ApplePressAndHoldEnabled -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment