Skip to content

Instantly share code, notes, and snippets.

@erin-dot-io
Last active May 18, 2022 20:59
Show Gist options
  • Save erin-dot-io/09751298b203ef135a36 to your computer and use it in GitHub Desktop.
Save erin-dot-io/09751298b203ef135a36 to your computer and use it in GitHub Desktop.
Essential bash commands to fix key repeat style and speed.
# Increase key repeat speed
$ defaults write NSGlobalDomain KeyRepeat -int 1.8
# Disable character accent menu when holding down certain keys
$ defaults write -g ApplePressAndHoldEnabled -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment