Created Mon Sep, 20 2021 at 01:11AM

If you are like me and run Sublime text in VI mode, chances are you'd like the keys to repeat when pressed long. The following will set it to repeat. You may have to restart ST to get it to work.

defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false
# If that fails try
defaults write -g ApplePressAndHoldEnabled -bool false