Skip to content

Instantly share code, notes, and snippets.

View rbrigby's full-sized avatar

Ryan rbrigby

View GitHub Profile
@rbrigby
rbrigby / gist:d03be8472380e58cc0c9ef9968172158
Created June 2, 2025 18:22
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:

Github Work

  • Go to https://github.com/settings/tokens
  • Regenerate a Classic Token
  • Make sure to set an appropriate expiration
  • Make sure to check the checkbox labelled repo.
  • The 5 sub checkboxes below repo should also be selected
  • Click "Generate Token" button.
  • Copy the classic token after it is created