Skip to content

Instantly share code, notes, and snippets.

@prrao87
Created March 6, 2023 14:06
Show Gist options
  • Save prrao87/8e3e3343f28ccb5d52b26ca6e0bd370c to your computer and use it in GitHub Desktop.
Save prrao87/8e3e3343f28ccb5d52b26ca6e0bd370c to your computer and use it in GitHub Desktop.
# 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