macosgithub-codespaces

Key repeat in GitHub Codespaces


In the text editor of a GitHub Codespace...

How do I enable key repeat in the editor of a GitHub Codespaces for keys like j?

(If it makes a difference, I am using Google Chrome and MacOS.)


Solution

    1. In a macOS terminal, run one of the following:
    1. Restart your browser.

    You may be curious why you are setting ApplePressAndHoldEnabled to false. It is because setting it to true enables the show character accents menu. For more detail, see this answer.

    HT: The IntelliJ IdeaVim plugin clued me into the existence of the ApplePressAndHoldEnabled setting.