Created
May 14, 2020 18:16
-
-
Save vladfau/cf5896f4bcb4c2a36b2184adafc5512e to your computer and use it in GitHub Desktop.
Mac keyboard input made faaaast
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
#!/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