diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
commit | 9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch) | |
tree | e4feb77f2e508f008b78f722e91488bb9a3f3806 /.obsidian/hotkeys.json | |
parent | ed0753ad224f0c65133bd7a63180257eecd9f5e3 (diff) |
vault backup: 2025-01-13 13:16:06
Diffstat (limited to '.obsidian/hotkeys.json')
-rw-r--r-- | .obsidian/hotkeys.json | 39 |
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 |