diff --git a/.osx b/.osx index 740cad77..825e6096 100644 --- a/.osx +++ b/.osx @@ -64,6 +64,8 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Set a blazingly fast keyboard repeat rate defaults write NSGlobalDomain KeyRepeat -int 0 +defaults write -g InitialKeyRepeat -int 1 +defaults write -g KeyRepeat -int 1 # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false