Update vscode config.

This commit is contained in:
Tom Alexander
2024-01-25 10:15:25 -05:00
parent 1024f37691
commit 574a2d0ce7
5 changed files with 41 additions and 18 deletions

View File

@@ -188,5 +188,21 @@
"key": "ctrl+f",
"command": "-actions.find",
"when": "editorFocus || editorIsOpen"
},
{
"key": "ctrl+shift+-",
"command": "undo"
},
{
"key": "ctrl+z",
"command": "-undo"
},
{
"key": "alt+x",
"command": "workbench.action.showCommands"
},
{
"key": "ctrl+shift+p",
"command": "-workbench.action.showCommands"
}
]