Skip to content

Instantly share code, notes, and snippets.

@gengue
Last active December 1, 2021 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gengue/c74850e1d2b59f561421c9c53fbc0531 to your computer and use it in GitHub Desktop.
Save gengue/c74850e1d2b59f561421c9c53fbc0531 to your computer and use it in GitHub Desktop.
Keyboard settings for vim in Mac OS X + Iterm2
defaults write org.vim.ITerm ApplePressAndHoldEnabled -bool false
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
# restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment