Apple Press and Hold for cursor

I’m using the vim extension with cursor and I would like to disable Press and Hold. This is mainly for using hjkl for cursor movement, when holding options pop up rather than repeating.

This does the trick on Vscode -

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

I’ve tried -

defaults write com.getcursor.Cursor ApplePressAndHoldEnabled -bool false

but it doesnt work, I’m not sure how to do, any tips on this?

Hey, our bundle ID is not as nice out of the box, unfortunately.
You can find it by running osascript -e 'id of app "Cursor"'

Thanks :wink:

1 Like