Created
June 2, 2025 18:22
-
-
Save rbrigby/d03be8472380e58cc0c9ef9968172158 to your computer and use it in GitHub Desktop.
Mac + Cursor + VIM + Key Repeat.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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