From 7ee0c5bb44c1e6d63eec488b5544cad1e2399bf2 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 5 Aug 2026 18:28:43 -0400 Subject: [PATCH] Disable Vim, mono text, and more --- app.json | 2 +- appearance.json | 6 ++---- hotkeys.json | 6 ++++++ plugins/obsidian-minimal-settings/data.json | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app.json b/app.json index 36a14fc..eda15b7 100644 --- a/app.json +++ b/app.json @@ -1,5 +1,5 @@ { - "vimMode": true, + "vimMode": false, "showUnsupportedFiles": true, "livePreview": false, "showInlineTitle": false, diff --git a/appearance.json b/appearance.json index f42749d..5270645 100644 --- a/appearance.json +++ b/appearance.json @@ -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": "" } \ No newline at end of file diff --git a/hotkeys.json b/hotkeys.json index c3e02b9..8f9de8b 100644 --- a/hotkeys.json +++ b/hotkeys.json @@ -253,6 +253,12 @@ "Alt" ], "key": "W" + }, + { + "modifiers": [ + "Mod" + ], + "key": "W" } ], "editor:follow-link": [ diff --git a/plugins/obsidian-minimal-settings/data.json b/plugins/obsidian-minimal-settings/data.json index b052ec9..455f0e2 100644 --- a/plugins/obsidian-minimal-settings/data.json +++ b/plugins/obsidian-minimal-settings/data.json @@ -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,