vscode Ctrl D 复制到下一行 快捷键
步骤1:打开键绑定设置
- 打开 VS Code。
- 按
Ctrl+Shift+P
打开命令面板。 - 输入并选择
Preferences: Open Keyboard Shortcuts (JSON)
。
中括号中添加:
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
}
结果: