Skip to content

Instantly share code, notes, and snippets.

@vladfau
Created May 14, 2020 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladfau/cf5896f4bcb4c2a36b2184adafc5512e to your computer and use it in GitHub Desktop.
Save vladfau/cf5896f4bcb4c2a36b2184adafc5512e to your computer and use it in GitHub Desktop.
Mac keyboard input made faaaast
#!/bin/zsh
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write -g KeyRepeat -int 1
defaults write -g InitialKeyRepeat -int 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment