You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 com.vscodium ApplePressAndHoldEnabled -bool false# For VS Codium
defaults write com.microsoft.VSCodeExploration ApplePressAndHoldEnabled -bool false# For VS Codium Exploration users
defaults delete -g ApplePressAndHoldEnabled # If necessary, reset global default
if tried:
and even cursor specifc:
but i'm still not able to navigate by holding keys down... , i'm probably doing something wrong as i'm new to VS-code / Cursor
The text was updated successfully, but these errors were encountered: