Skip to content

Instantly share code, notes, and snippets.

@WesleyDRobinson
Created September 11, 2019 17:37
Show Gist options
  • Save WesleyDRobinson/03b13a6e94e3ab70239c4b25e5b7a022 to your computer and use it in GitHub Desktop.
Save WesleyDRobinson/03b13a6e94e3ab70239c4b25e5b7a022 to your computer and use it in GitHub Desktop.
Decrease time to start repeating; increase repeat rate
# set your keyboard repeat rate
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment