In VS Code with Vim keybindings, you can press and hold a key to repeat it. For instance, holding j
to navigate downward.
This is enabled by running:
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
I want the same feature in Obsidian. I tried running this:
defaults obsidian ApplePressAndHoldEnabled -bool false
But no luck. It would be awesome to enable this, and eventually add it to the settings