Updated VSCodium config

This commit is contained in:
Christian Baer 2020-09-23 22:15:37 +02:00
parent a77a65cc3d
commit e730b22e8b
2 changed files with 11 additions and 1 deletions

View File

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

View File

@ -9,5 +9,8 @@
"terminal.external.osxExec": "iTerm.app", "terminal.external.osxExec": "iTerm.app",
"workbench.colorTheme": "Nord", "workbench.colorTheme": "Nord",
"workbench.preferredDarkColorTheme": "Nord", "workbench.preferredDarkColorTheme": "Nord",
"workbench.iconTheme": "city-lights-icons-vsc" "workbench.iconTheme": "city-lights-icons-vsc",
"markdown-preview-enhanced.previewTheme": "vue.css",
"markdown-preview-enhanced.automaticallyShowPreviewOfMarkdownBeingEdited": true,
"workbench.activityBar.visible": false
} }