Updated VSCodium config
This commit is contained in:
parent
a77a65cc3d
commit
e730b22e8b
@ -0,0 +1,7 @@
|
||||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "ctrl+shift+b",
|
||||
"command": "workbench.action.toggleActivityBarVisibility"
|
||||
}
|
||||
]
|
@ -9,5 +9,8 @@
|
||||
"terminal.external.osxExec": "iTerm.app",
|
||||
"workbench.colorTheme": "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
|
||||
}
|
Loading…
Reference in New Issue
Block a user