0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cursor エディタでVimプラグインを使用しているときに長押しが発動する場合の対処法

Posted at

問題

  • CursorエディタでVimプラグインをインストールしたところ、カーソルの移動のために jk などを長押しした際、特殊文字の表示が出てうまくスクロールできなかった

対応策

  • 下記の方法で Cursor エディタ利用時に 長押しによる文字入力を false に変更するとうまく動作する
defaults write "$(osascript -e 'id of app "Cursor"')" ApplePressAndHoldEnabled -bool false
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?