Skip to content

Instantly share code, notes, and snippets.

@rbrigby
Created June 2, 2025 18:22
Show Gist options
  • Save rbrigby/d03be8472380e58cc0c9ef9968172158 to your computer and use it in GitHub Desktop.
Save rbrigby/d03be8472380e58cc0c9ef9968172158 to your computer and use it in GitHub Desktop.
Mac + Cursor + VIM + Key Repeat.
$ 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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment