Skip to content

Instantly share code, notes, and snippets.

@odelrio
Created September 29, 2018 23:07
Show Gist options
  • Save odelrio/8419229e95abf41937a90122a9247727 to your computer and use it in GitHub Desktop.
Save odelrio/8419229e95abf41937a90122a9247727 to your computer and use it in GitHub Desktop.
macOS - Increase key repeat (cursor) speed
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write -g InitialKeyRepeat -int 25
defaults write -g KeyRepeat -int 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment