Disable accent character popups in macos
I edited these settings to increase browsing speed
But I faced with this annoying popup
To prevent:
defaults write -g ApplePressAndHoldEnabled -bool false
You can enable again via:
defaults write -g ApplePressAndHoldEnabled -bool true