Initial commit

This commit is contained in:
2026-03-09 00:14:40 -04:00
commit 099e5d3738
10 changed files with 460 additions and 0 deletions

23
vscode/keybindings.json Normal file
View File

@@ -0,0 +1,23 @@
// 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"
}
]