更新 keybindings_windows.json

This commit is contained in:
colin 2024-02-26 16:43:34 +08:00
parent 5c4734d2c3
commit b44ff7f8a0
1 changed files with 8 additions and 0 deletions

View File

@ -529,5 +529,13 @@
"text": "\u0001"
},
"when": "terminalFocus"
},
{
"key": "alt+r",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\u0012"
},
"when": "terminalFocus"
}
]