Skip to content

Instantly share code, notes, and snippets.

View songzhm's full-sized avatar

Ming Song songzhm

View GitHub Profile
@songzhm
songzhm / IdeaVim OS X Key Repeat.markdown
Created May 11, 2018 18:57 — forked from lsd/IdeaVim OS X Key Repeat.markdown
Enable key-repeat for ALL applications or just for IdeaVim/specific JetBrains apps

Upgrading to Lion or Yosemite and WebStorm 9, I noticed key repeat was
turned off for the IdeaVim plugin h j k l keys.

System-wide key repeat

defaults write -g ApplePressAndHoldEnabled -bool false in a terminal will enable
key repeat for every app. This can alternatively be found in the accessibility settings in OS X' preferences.

App specific key repeat