· AppCode

Key Repeating Issue with Vim plugin in AppCode

If you use the Vim plugin on AppCode, and have issues with the key press not being repeated as you hold down a key (on Lion), you can run the following in bash to fix the issue.

defaults write com.jetbrains.AppCode ApplePressAndHoldEnabled -bool false