June 2, 2023

After upgrading to an Apple M1, I struggled to enable repeating keys in Android Studios ideavim plugin. For example, holding j or k, doesn’t not allow for continuous movement of the cursor. Since I don’t mind enabling this globally on macOS, the following command resolved the issue for me: defaults write -g ApplePressAndHoldEnabled -bool false […]