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 […]


November 4, 2018

How to write a plugin for Vim using Vimscript


October 30, 2018

How I resolved an issue where IdeaVim stopped working in Android Studio


November 30, 2017

How I manage my dotfile configuration across multiple development machines using git


June 17, 2017

How to install VIM for Xcode