Skip to content

Instantly share code, notes, and snippets.

@rohan-varma
Last active November 28, 2020 02:10
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 rohan-varma/f3df3b96e38db0e7e8bf20b1ab56bb58 to your computer and use it in GitHub Desktop.
Save rohan-varma/f3df3b96e38db0e7e8bf20b1ab56bb58 to your computer and use it in GitHub Desktop.
enable key repeat in sublime vintage mode
enter this in the terminal:
➜ triangle git:(master) ✗ defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false
For VSCodeVim:
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment