diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 11d363c..80db5b1 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -34,5 +34,35 @@ } ], "obsidian-outliner:fold": [], - "obsidian-outliner:unfold": [] + "obsidian-outliner:unfold": [], + "app:go-back": [ + { + "modifiers": [ + "Mod", + "Alt" + ], + "key": "ArrowLeft" + }, + { + "modifiers": [ + "Mod" + ], + "key": "ArrowLeft" + } + ], + "app:go-forward": [ + { + "modifiers": [ + "Mod", + "Alt" + ], + "key": "ArrowRight" + }, + { + "modifiers": [ + "Mod" + ], + "key": "ArrowRight" + } + ] } \ No newline at end of file diff --git a/Readme.md b/Readme.md index c5d3cb1..c938d3e 100644 --- a/Readme.md +++ b/Readme.md @@ -25,7 +25,7 @@ Some of my templates depend on plugins I use: ### Folders -I use very few folders. My personal notes are primarily in the root, these are my [journal](Journal) entries, [evergreen](Evergreen) notes, and personal ideas. That way I know that everything in the root is something I came up with. I do not use the file explorer much for navigation, instead I navigate mostly using the quick switcher or clicking links. +I use very few folders. My personal notes are primarily in the root, these are my [journal](/Categories/Journal) entries, [evergreen](Evergreen) notes, and personal ideas. That way I know that everything in the root is something I came up with. I do not use the file explorer much for navigation, instead I navigate mostly using the quick switcher or clicking links. If you want to use this vault as a starting point the **Categories** and **Templates** folders contain everything that you need.