Key down repeat with Vim extension

Ok, I figured it out, first you need to get Cursor’s id:

$ osascript -e 'id of app "Cursor"'
mine looked like this: com.todesktop.230313mzl4w4u92

Then do:

$defaults write <app id goes here> ApplePressAndHoldEnabled -bool false

And restart Cursor :boom:

24 Likes