🔧 added settings.json for VSCodium
This commit is contained in:
parent
0f0c416602
commit
8935033ad3
1 changed files with 20 additions and 0 deletions
20
.config/VSCodium/User/keybindings.json
Normal file
20
.config/VSCodium/User/keybindings.json
Normal 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"
|
||||
}
|
||||
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue