diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index e69de29..7948448 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -0,0 +1,7 @@ +// Place your key bindings in this file to override the defaultsauto[] +[ + { + "key": "ctrl+shift+b", + "command": "workbench.action.toggleActivityBarVisibility" + } +] \ No newline at end of file diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 3f33f68..909d727 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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 } \ No newline at end of file