Skip to content

Commit

Permalink
Speed up for key repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
machupicchubeta committed Jan 8, 2017
1 parent 5159406 commit 60cb2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60cb2a2

Please sign in to comment.