How to Allow Vim Repeat Keys in VS Code for Mac.

Put this in in your terminal.

defaults write -g ApplePressAndHoldEnabled -bool false
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
defaults write -g InitialKeyRepeat -int 11 
defaults write -g KeyRepeat -int 1 

Then restart the computer.




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • How to Use VIM and MATLAB
  • Why is the Sky Blue?
  • When Does Something Become Quantum?
  • A Visual Guide to the Uncertainty Principle
  • How to Probably Win at Rock, Paper, Scissors