Skip to content

Instantly share code, notes, and snippets.

@andreasottosson
Created August 12, 2021 07:25
Show Gist options
  • Save andreasottosson/2f69842731b7651c30708db4ef772c3c to your computer and use it in GitHub Desktop.
Save andreasottosson/2f69842731b7651c30708db4ef772c3c to your computer and use it in GitHub Desktop.
Enable key repeat in macOS for Visual Studio Code (VS Code) with Vim emulation

How-To

Paste this command in your macOS terminal, then restat VS Code.

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