Today I Learned

hashrocket A Hashrocket project

Enable key repeat for Vim mode in Mac apps

To enable key repeat on mac for an app + Vim, find the bundle identifier for the app you want to enable and use its bundle identifier in the following defaults command:

# For VSCode
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

For example we are enabling for VSCode which is why we use com.microsoft.VSCode.

See More #workflow TILs