2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio CodeのVimプラグインで、Ctrl+dがマルチ選択になってしまうときの対処法

Posted at

あるときから、Vimプラグインを使ってNormalモードでCtrl+dしても、ページ送りせず、マルチ選択が1回だけ動く、みたいな挙動になってしまったのでその対処法です。

対処法

メニューバーの「Code > 基本設定 > 設定」から、ユーザー設定のjsonに下記を追加しましょう。

"vim.handleKeys": {
    "<C-d>": true
},
2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?