Skip to content

How to enable key-repeating for Cursor? #777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jellydn opened this issue Aug 23, 2023 · 6 comments
Closed

How to enable key-repeating for Cursor? #777

jellydn opened this issue Aug 23, 2023 · 6 comments

Comments

@jellydn
Copy link

jellydn commented Aug 23, 2023

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?

@truell20
Copy link
Contributor

Does defaults write com.todesktop.230313mzl4w4u92 ApplePressAndHoldEnabled -bool false work?

@jellydn
Copy link
Author

jellydn commented Aug 24, 2023

Thanks very much. It works.

@jellydn jellydn closed this as completed Aug 24, 2023
@alivault
Copy link

if you want to enable key repeat globally on your mac you can run:
defaults write -g ApplePressAndHoldEnabled -bool false

@Huxpro
Copy link

Huxpro commented Oct 29, 2024

defaults write -g ApplePressAndHoldEnabled -bool false

Lol I was search Cursor for all apps and this is so unexpected

@alexshi0000
Copy link

This doesn't work for hjkl motion keys on Vim

@chentao-kernel
Copy link

This doesn't work for hjkl motion keys on Vim

The bouk's method is useful for me about hjkl motion keys on Vim, in my mac environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants