![見出し画像](https://assets.st-note.com/production/uploads/images/150280389/rectangle_large_type_2_8ddb285939bf3b566d7765f783e280f9.png?width=1200)
Cursor vimで h j k l の連続入力するには
2024/08/11
他の人がやっている方法があまりうまくいかなかったので、こちらにメモを残す。
ターミナルのどこでも良いので、以下を実行して、cursorを再起動させれば、連続入力できるようになる。
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
defaults write -g ApplePressAndHoldEnabled -bool false
ダメな時には、以下のコマンドで、0(false)になっていることを確認する。
defaults read -g ApplePressAndHoldEnabled