Skip to content

Commit

Permalink
πŸ“ Add Cursor support for Mac key-repeat settings
Browse files Browse the repository at this point in the history
Add Cursor text editor to the Mac setup instructions for enabling key-repeat functionality. This allows Cursor users to properly configure key-repeat behavior when using VSCodeVim by running the appropriate defaults write command.
  • Loading branch information
thoth2357 committed Jan 3, 2025
1 parent 36c6975 commit 4b7f4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
defaults write com.vscodium ApplePressAndHoldEnabled -bool false # For VS Codium
defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false # For VS Codium Exploration users
defaults write -app Cursor ApplePressAndHoldEnabled -bool false # For Cursor Users
defaults delete -g ApplePressAndHoldEnabled # If necessary, reset global default
```

Expand Down

0 comments on commit 4b7f4a4

Please sign in to comment.