Skip to content

Instantly share code, notes, and snippets.

@mppatterson
Created February 16, 2015 16:35
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 mppatterson/56662799846addcc028a to your computer and use it in GitHub Desktop.
Save mppatterson/56662799846addcc028a to your computer and use it in GitHub Desktop.
Enable key repeat for phpstorm and rubymine
# 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