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,
"livePreview": false,
"showInlineTitle": false,

View File

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

View File

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

View File

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