Created
March 6, 2023 14:06
-
-
Save prrao87/8e3e3343f28ccb5d52b26ca6e0bd370c to your computer and use it in GitHub Desktop.
This file contains 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
# change normal keystroke timing on mac to make typing feel more responsive | |
# normal minimum is 15 (225 ms) | |
defaults write -g InitialKeyRepeat -int 13 | |
# normal minimum is 2 (30 ms) | |
defaults write -g KeyRepeat -int 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment