- 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
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: |
OlderNewer