Last active
August 27, 2021 19:47
-
-
Save johnloy/18c12b978dfba87f3e86f120d6784a24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false # For VS Code | |
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Insider | |
defaults write md.obsidian ApplePressAndHoldEnabled -bool false # For Obsidian | |
defaults delete -g ApplePressAndHoldEnabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment