dotfiles/vscode/keybindings.json

15 lines
339 B
JSON
Raw Normal View History

2024-12-15 08:03:53 +00:00
// Place your key bindings in this file to override the defaults
[
{
"key": "alt+.",
"command": "workbench.action.nextEditor",
},
{
"key": "alt+,",
"command": "workbench.action.previousEditor",
},
{
"key": "alt+c",
"command": "workbench.action.closeActiveEditor",
}
]