Closed
Description
How can I enable key-repeating for Cursor?
You can refer to this link for instructions on enabling key-repeating in various versions of Visual Studio Code. For example, here's how you can do it on a Mac:
$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code
$ defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider
$ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false # For VS Codium
$ defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false # For VS Codium Exploration users
$ defaults delete -g ApplePressAndHoldEnabled # If necessary, reset the global default
Could anyone provide the equivalent instructions for Cursor?
Metadata
Metadata
Assignees
Labels
No labels