VSCodeのVim拡張で長押しでカーソル移動できない場合の対処法

参考: https://qiita.com/yokohama/items/0aa40e8239d0f8b5afc3

以下のコマンドを実行してVSCodeを再起動で直る。

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false