diff options
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 |