vscode 에서 ctrl+d 해당 라인 복사하기

Updated on

    {
        "key": "ctrl+d",
        "command": "editor.action.copyLinesDownAction",
        "when": "editorTextFocus && !editorReadonly"
    }

keybindings.json 에서 위 내용을 추가해준다.