Skip to content

Instantly share code, notes, and snippets.

@phirefly
Last active December 22, 2015 07:58
Show Gist options
  • Save phirefly/6441141 to your computer and use it in GitHub Desktop.
Save phirefly/6441141 to your computer and use it in GitHub Desktop.
Lion: Repeat key in sublime text 2 In Lion, holding down a key won't repeat it, but will instead show a popup menu to select between character variations. This doesn't work well with command mode, so you may want to disable it. This can be done via entering this at the terminal:
defaults write com.sublimetext.2 ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment