summaryrefslogtreecommitdiff
path: root/.obsidian/hotkeys.json
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
committerJasper Ras <jras@hostnet.nl>2025-01-13 13:16:06 +0100
commit9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch)
treee4feb77f2e508f008b78f722e91488bb9a3f3806 /.obsidian/hotkeys.json
parented0753ad224f0c65133bd7a63180257eecd9f5e3 (diff)
vault backup: 2025-01-13 13:16:06
Diffstat (limited to '.obsidian/hotkeys.json')
-rw-r--r--.obsidian/hotkeys.json39
1 files changed, 38 insertions, 1 deletions
diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json
index 9e26dfe..29a1211 100644
--- a/.obsidian/hotkeys.json
+++ b/.obsidian/hotkeys.json
@@ -1 +1,38 @@
-{} \ No newline at end of file
+{
+ "editor:delete-paragraph": [],
+ "daily-notes": [
+ {
+ "modifiers": [
+ "Mod"
+ ],
+ "key": "D"
+ }
+ ],
+ "daily-notes:goto-next": [
+ {
+ "modifiers": [
+ "Mod",
+ "Shift"
+ ],
+ "key": "D"
+ }
+ ],
+ "daily-notes:goto-prev": [
+ {
+ "modifiers": [
+ "Alt",
+ "Mod"
+ ],
+ "key": "D"
+ }
+ ],
+ "editor:toggle-highlight": [
+ {
+ "modifiers": [
+ "Mod",
+ "Shift"
+ ],
+ "key": "X"
+ }
+ ]
+} \ No newline at end of file