Disable Vim, mono text, and more

This commit is contained in:
2026-08-05 18:28:43 -04:00
parent 6fc7d3c3de
commit 7ee0c5bb44
4 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{ {
"vimMode": true, "vimMode": false,
"showUnsupportedFiles": true, "showUnsupportedFiles": true,
"livePreview": false, "livePreview": false,
"showInlineTitle": false, "showInlineTitle": false,

View File

@@ -1,17 +1,15 @@
{ {
"cssTheme": "Minimal", "cssTheme": "Minimal",
"showRibbon": true, "showRibbon": true,
"textFontFamily": "iA Writer Mono V", "textFontFamily": "",
"translucency": true, "translucency": true,
"interfaceFontFamily": "", "interfaceFontFamily": "",
"baseFontSize": 18, "baseFontSize": 18,
"enabledCssSnippets": [ "enabledCssSnippets": [
"font", "font",
"vim-cursor", "vim-cursor",
"text-normalize",
"code-blocks", "code-blocks",
"minimal-heading-colors", "minimal-heading-colors"
"minimal-mono-grid"
], ],
"accentColor": "" "accentColor": ""
} }

View File

@@ -253,6 +253,12 @@
"Alt" "Alt"
], ],
"key": "W" "key": "W"
},
{
"modifiers": [
"Mod"
],
"key": "W"
} }
], ],
"editor:follow-link": [ "editor:follow-link": [

View File

@@ -1,8 +1,8 @@
{ {
"lightStyle": "minimal-light", "lightStyle": "minimal-light",
"darkStyle": "minimal-dark", "darkStyle": "minimal-dark",
"lightScheme": "minimal-default-light", "lightScheme": "minimal-flexoki-light",
"darkScheme": "minimal-default-dark", "darkScheme": "minimal-flexoki-dark",
"editorFont": "", "editorFont": "",
"lineHeight": 1.7, "lineHeight": 1.7,
"lineWidth": 40, "lineWidth": 40,
@@ -16,7 +16,7 @@
"iframeWidth": "iframe-default-width", "iframeWidth": "iframe-default-width",
"mapWidth": "map-default-width", "mapWidth": "map-default-width",
"chartWidth": "chart-default-width", "chartWidth": "chart-default-width",
"colorfulHeadings": true, "colorfulHeadings": false,
"colorfulFrame": false, "colorfulFrame": false,
"colorfulActiveStates": false, "colorfulActiveStates": false,
"trimNames": true, "trimNames": true,