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 Combine Two Plots in Matlab
  • Drag Coefficent in 2D in Matlab
  • Integral Table
  • Classical Mechanics References
  • Matrix Operations