// Place your key bindings in this file to overwrite the defaults [ // 選択中のテキストから次の同一テキスト1箇所にマルチカーソル (default) { "key": "cmd+d", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorTextFocus" }, // ブロックコメントの追加 { "key": "cmd+ctrl+/", "command": "editor.action.blockComment", "when": "editorTextFocus" }, // 行の複製 { "key": "cmd+shift+d", "command": "editor.action.copyLinesDownAction"