23 lines
569 B
JSON
23 lines
569 B
JSON
|
|
// Place your key bindings in this file to override the defaults
|
||
|
|
[
|
||
|
|
{
|
||
|
|
"key": "ctrl+r",
|
||
|
|
"command": "-workbench.action.openRecent"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "ctrl+r",
|
||
|
|
"command": "-workbench.action.terminal.runRecentCommand"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "ctrl+r",
|
||
|
|
"command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "ctrl+r",
|
||
|
|
"command": "-workbench.action.terminal.chat.rerunRequest"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "ctrl+r",
|
||
|
|
"command": "workbench.action.reloadWindow"
|
||
|
|
}
|
||
|
|
]
|