Skip to content

Instantly share code, notes, and snippets.

@andreasottosson
Last active August 30, 2022 17:34
Show Gist options
  • Save andreasottosson/ea4778d84b4674033d858cc860736a9b to your computer and use it in GitHub Desktop.
Save andreasottosson/ea4778d84b4674033d858cc860736a9b to your computer and use it in GitHub Desktop.
Enable key repeat in macOS for Sublime Text in Vim mode

How-To

Paste the command in your macOS terminal, then restart Sublime Text.

For Sublime Text 3

defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false

For Sublime Text 4

defaults write com.sublimetext.4 ApplePressAndHoldEnabled -bool false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment