Last active
May 16, 2017 16:01
-
-
Save markjarzynski/d243928aa6e62cffe3ae069bc556d0eb to your computer and use it in GitHub Desktop.
macOS Hidden Settings
This file contains hidden or 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/sh | |
| # Increase the cursor speed in OS X Terminal.app | |
| defaults write NSGlobalDomain KeyRepeat -int 1 | |
| defaults write NSGlobalDomain InitialKeyRepeat -int 25 | |
| # Must logout to take effect. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment