visual-studio-codevscodevimvscodium

How can I get key repeat to work with Vim in VSCodium


I have installed VSCodium and the Vim extension from vscodevim (Mac), but I don't have any key repeat. I have tried the following terminal command, but it doesn't seem to work:

defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false

Key repeat is working fine in VSCode, Vim and Obsidian.

Do you know how I can try to solve this issue?


Solution

  • @Kromanen, try this in the terminal :)

    defaults write com.vscodium ApplePressAndHoldEnabled -bool false