licoded / self-study-drafts

buffer for records
0 stars 0 forks source link

VSCode: add shortcuts to acceptSelected inQuickOpen #169

Open licoded opened 8 months ago

licoded commented 8 months ago

keybinding.json of current profile

{
    "key": "ctrl+m",
    "command": "workbench.action.acceptSelectedQuickOpenItem",
    "when": "inQuickOpen"
},

View

image