Skip to content

Instantly share code, notes, and snippets.

@bcawrse
Last active October 15, 2020 04:05
Show Gist options
  • Save bcawrse/a06a49c4008467212cdb81c7667fe49a to your computer and use it in GitHub Desktop.
Save bcawrse/a06a49c4008467212cdb81c7667fe49a to your computer and use it in GitHub Desktop.

Notes on Fixing key-repeat for vscode on Mac

Particularly useful if you use vim in vscode. This helps the directional keys work while holding them down, instead of just moving 1 place.

Fix found on this ticket and this SO article

$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code

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