🔧 Further configuration of vscode to be more vim

This commit is contained in:
z3rOR0ne 2024-03-17 21:17:07 -07:00
parent 0f62beb6b2
commit 65404da6be
2 changed files with 10 additions and 0 deletions

View file

@ -46,5 +46,13 @@
{
"key": "ctrl+p",
"command": "workbench.action.quickOpen"
},
{
"key": "alt+enter",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+enter",
"command": "workbench.action.terminal.new"
}
]