Skip to content

Instantly share code, notes, and snippets.

View xudshen's full-sized avatar
:shipit:

Xudong Shen xudshen

:shipit:
  • Beijing, China
  • 14:51 (UTC +08:00)
View GitHub Profile

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