2026-03-09 00:14:40 -04:00
|
|
|
// 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"
|
|
|
|
|
},
|
2026-03-09 00:18:15 -04:00
|
|
|
{
|
|
|
|
|
"key": "ctrl+r",
|
|
|
|
|
"command": "-workbench.action.browser.reload",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "ctrl+r",
|
|
|
|
|
"command": "-workbench.action.reloadWindow",
|
|
|
|
|
"when": "isDevelopment"
|
|
|
|
|
},
|
2026-03-09 00:14:40 -04:00
|
|
|
{
|
|
|
|
|
"key": "ctrl+r",
|
|
|
|
|
"command": "workbench.action.reloadWindow"
|
|
|
|
|
}
|
|
|
|
|
]
|