1
0
Fork 0

Add keybindings for focusing editor
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2023-05-16 10:48:55 +08:00
parent d04435c9e4
commit ec02028266
No known key found for this signature in database
GPG Key ID: 36C99AADD44C83D2
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,7 @@
// Place your key bindings in this file to override the defaultsauto[]
[]
[
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.focusFirstEditorGroup"
}
]

View File

@ -1,6 +1,7 @@
{
"window.autoDetectColorScheme": true,
"window.titleBarStyle": "custom",
"window.menuBarVisibility": "classic",
"workbench.sideBar.location": "right",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",