I did not enable vim mode when first install in but have since installed the Vim extension.
I followed the instructions for enabling keydown repeating from the Vim docs and it worked for VSCode, but not for Cursor.
To enable key-repeating, execute the following in your Terminal, log out and back in, and then restart VS Code:
$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code
$ defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
$ defaults write com.vscodium ApplePressAndHoldEnabled -bool false # For VS Codium
$ defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false # For VS Codium Exploration users
$ defaults delete -g ApplePressAndHoldEnabled
Maybe it’s because there is no sign out/sign back in possibility in Cursor?
Wondering if anyone has gotten this to work.