From e730b22e8b691b990ff6b77cc358ca767bfb2a8a Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Wed, 23 Sep 2020 22:15:37 +0200 Subject: [PATCH] Updated VSCodium config --- .config/VSCodium/User/keybindings.json | 7 +++++++ .config/VSCodium/User/settings.json | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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