Skip to content

Commit dc8c5d1

Browse files
committed
obsidian config
1 parent c207b5b commit dc8c5d1

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.obsidian/appearance.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"accentColor": "",
3-
"interfaceFontFamily": "IBM Plex Mono",
4-
"textFontFamily": "Roboto Slab,IBM Plex Mono",
5-
"monospaceFontFamily": "IBM Plex Mono",
3+
"interfaceFontFamily": "Roboto Slab,IBM Plex Mono,Consolas",
4+
"textFontFamily": "Roboto Slab,IBM Plex Mono,Consolas",
5+
"monospaceFontFamily": "IBM Plex Mono,Menlo,JetBrains Mono,Consolas",
66
"nativeMenus": true,
77
"translucency": false,
88
"cssTheme": "GitHub Theme",

.obsidian/hotkeys.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,28 @@
1515
"key": "E"
1616
}
1717
],
18+
"workspace:edit-file-title": [],
1819
"app:open-vault": [
1920
{
2021
"modifiers": [
2122
"Mod"
2223
],
2324
"key": "."
2425
}
25-
]
26+
],
27+
"app:go-back": [],
28+
"workspace:close-window": [],
29+
"app:go-forward": [],
30+
"editor:toggle-checklist-status": [],
31+
"workspace:previous-tab": [],
32+
"workspace:next-tab": [],
33+
"workspace:goto-tab-1": [],
34+
"workspace:goto-tab-2": [],
35+
"workspace:goto-tab-3": [],
36+
"workspace:goto-tab-4": [],
37+
"workspace:goto-tab-5": [],
38+
"workspace:goto-tab-6": [],
39+
"workspace:goto-tab-7": [],
40+
"workspace:goto-tab-8": [],
41+
"workspace:goto-last-tab": []
2642
}

0 commit comments

Comments
 (0)