From 905d6966afa6c62a89347f0d49b1a6f967bad655 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Tue, 22 Apr 2025 16:24:24 -0400 Subject: [PATCH] vault backup: 2025-04-22 16:24:24 --- .obsidian/appearance.json | 4 ++-- .obsidian/hotkeys.json | 17 +++++++++++++++++ keybinds.md | 0 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 keybinds.md diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index e7be101ed..45b4952f0 100755 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,13 +1,13 @@ { "cssTheme": "AnuPpuccin", "interfaceFontFamily": "DejaVu Serif,MartianMono Nerd Font,Bahnschrift", - "textFontFamily": "MartianMono Nerd Font,Times New Roman,FreeSans,Bodoni 72", + "textFontFamily": "DejaVu Serif,MartianMono Nerd Font,Times New Roman,FreeSans,Bodoni 72", "monospaceFontFamily": "CodeNewRoman Nerd Font", "accentColor": "#ffffff", "enabledCssSnippets": [ "color_snippet" ], - "baseFontSize": 14, + "baseFontSize": 16, "baseFontSizeAction": true, "nativeMenus": false, "showRibbon": true diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 32e266e6f..a8864458b 100755 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -258,5 +258,22 @@ ], "key": "D" } + ], + "editor:toggle-source": [ + { + "modifiers": [ + "Mod" + ], + "key": " " + } + ], + "workspace:close-others": [ + { + "modifiers": [ + "Alt", + "Mod" + ], + "key": "K" + } ] } \ No newline at end of file diff --git a/keybinds.md b/keybinds.md new file mode 100644 index 000000000..e69de29bb