🔧 added settings.json for VSCodium

This commit is contained in:
z3rOR0ne 2024-03-09 13:44:29 -08:00
parent 0f0c416602
commit 8935033ad3

View file

@ -0,0 +1,20 @@
// Place your key bindings in this file to override the defaults
[
{
"key": "alt+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "alt+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "alt+left",
"command": "workbench.action.previousEditor"
}
]